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
|
||||
sh_help() {
|
||||
rwx_help() {
|
||||
sh_log \
|
||||
"sh_… = shell functions" \
|
||||
"a__… = aliases" \
|
||||
|
@ -137,7 +137,7 @@ rwx_main() {
|
|||
sh_shellcheck "${SH_ROOT}"
|
||||
# help
|
||||
sh_log
|
||||
sh_help
|
||||
rwx_help
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue