From: Andre Noll Date: Wed, 11 Jul 2007 13:33:07 +0000 (+0200) Subject: gsu: print $(basename $0) instead of $0 on help output. X-Git-Url: http://git.tuebingen.mpg.de/?p=gsu.git;a=commitdiff_plain;h=3683ec6fde4e579fa227346b426ce6dca5d75542 gsu: print $(basename $0) instead of $0 on help output. --- diff --git a/funcs/gsu b/funcs/gsu index 0403039..8c5748e 100644 --- a/funcs/gsu +++ b/funcs/gsu @@ -127,7 +127,7 @@ com_help() echo "$b" done echo - gsu_msg "Try $0 help for info on ." + gsu_msg "Try $gsu_self help for info on ." ret=$GSU_SUCCESS return fi