diff --git a/inc/nux/help.nuxsh.sh b/inc/nux/help.nuxsh.sh index d33ecff..84a37c6 100644 --- a/inc/nux/help.nuxsh.sh +++ b/inc/nux/help.nuxsh.sh @@ -16,7 +16,7 @@ function :comment source { if nux.check.file.exists "$source" ; then - grep -E "^\#\#( |$)" "$source" \ + grep -E "^##( |$)" "$source" \ | cut -d\# -f3- \ | cut -d" " -f2- \ | nux.help.shelldoc