]> git.tuebingen.mpg.de Git - gsu.git/blobdiff - subcommand
Fix _gsu_banner_msg().
[gsu.git] / subcommand
index 6b5df0a37c2a676c7c86d74c5a07371fddd2e1bf..06f677b020a66547921215ff91ae47e5a4d8d8bb 100644 (file)
@@ -192,11 +192,6 @@ _com_man()
         ret=$GSU_SUCCESS
 }
 
-_gsu_banner_msg()
-{
-       gsu_short_msg "### $_gsu_self -- ###"
-}
-
 export gsu_help_txt="
 Print online help.
 
@@ -227,7 +222,7 @@ _com_help()
        ere="$result"
 
        if (($# == 0)); then
-               _gsu_banner_msg 2>&1
+               gsu_short_msg "### $_gsu_self -- $gsu_banner_txt ###"
                _gsu_usage 2>&1
                {
                        printf "com_help()\n$gsu_help_txt" | head -n 4; echo "--"