X-Git-Url: http://git.tuebingen.mpg.de/?p=gsu.git;a=blobdiff_plain;f=subcommand;h=6449d6efffaeba565b25c905f34f39eb9ae07db0;hp=8bb755f1003feab180e25c3765f751a0441333ed;hb=1abcb66fb2213dd5ab568d0386566c8ea8640aba;hpb=03ad6fa34ffda8f6846dd83056c0722f884b57cf diff --git a/subcommand b/subcommand index 8bb755f..6449d6e 100644 --- a/subcommand +++ b/subcommand @@ -192,11 +192,6 @@ _com_man() ret=$GSU_SUCCESS } -_gsu_banner_msg() -{ - gsu_short_msg "### $gsu_name -- ###" -} - 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_name -- $gsu_banner_txt ###" _gsu_usage 2>&1 { printf "com_help()\n$gsu_help_txt" | head -n 4; echo "--"