From 835f7339f37ead10416f0182ca7718d3b46b9dff Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 29 Nov 2024 17:15:09 +0100 Subject: [PATCH] rwx/help --- sh/main.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sh/main.sh b/sh/main.sh index acdb7a2..8ad5695 100644 --- a/sh/main.sh +++ b/sh/main.sh @@ -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 }