From: Jim Meyering Date: Sat, 5 Oct 1996 18:04:52 +0000 (+0000) Subject: (main): update --version output to conform to coding standard X-Git-Tag: TEXTUTILS-1_19n~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5de1e353264d2611c1480a1a6f37d677d505a28;p=thirdparty%2Fcoreutils.git (main): update --version output to conform to coding standard --- diff --git a/src/groups.sh b/src/groups.sh index 24f6f32bc1..3e63e9587d 100755 --- a/src/groups.sh +++ b/src/groups.sh @@ -37,7 +37,7 @@ case $# in z--help ) echo "$usage"; exit 0 ;; z--version ) - echo "groups - @PKG_VERSION@"; exit 0 ;; + echo "groups (@GNU_PACKAGE@) @VERSION@"; exit 0 ;; * ) ;; esac ;; diff --git a/src/nohup.sh b/src/nohup.sh index e3ec6eac38..0cdf286dc9 100755 --- a/src/nohup.sh +++ b/src/nohup.sh @@ -47,7 +47,7 @@ case $# in z--help ) echo "$usage"; echo "$usage_help"; exit 0 ;; z--version ) - echo "nohup - @PKG_VERSION@"; exit 0 ;; + echo "nohup (@GNU_PACKAGE@) @VERSION@"; exit 0 ;; * ) ;; esac ;;