rwx/help
This commit is contained in:
parent
75e7e2330d
commit
835f7339f3
1 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@ sh_grep_functions() {
|
||||||
}
|
}
|
||||||
|
|
||||||
# output help message
|
# output help message
|
||||||
sh_help() {
|
rwx_help() {
|
||||||
sh_log \
|
sh_log \
|
||||||
"sh_… = shell functions" \
|
"sh_… = shell functions" \
|
||||||
"a__… = aliases" \
|
"a__… = aliases" \
|
||||||
|
@ -137,7 +137,7 @@ rwx_main() {
|
||||||
sh_shellcheck "${SH_ROOT}"
|
sh_shellcheck "${SH_ROOT}"
|
||||||
# help
|
# help
|
||||||
sh_log
|
sh_log
|
||||||
sh_help
|
rwx_help
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue