This function did not print the banner at all. It also had only a
single caller. This patch removes the function and changes the single
caller to print the banner text.
ret=$GSU_SUCCESS
}
-_gsu_banner_msg()
-{
- gsu_short_msg "### $_gsu_self -- ###"
-}
-
export gsu_help_txt="
Print online 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 "--"