]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(main): update --version output to conform to coding standard
authorJim Meyering <jim@meyering.net>
Sat, 5 Oct 1996 18:04:52 +0000 (18:04 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 5 Oct 1996 18:04:52 +0000 (18:04 +0000)
src/groups.sh
src/nohup.sh

index 24f6f32bc13bab0b0424ad8b67680e2f666f5626..3e63e9587dd7d270c85ebff881fb3bdf3eff14f8 100755 (executable)
@@ -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
     ;;
index e3ec6eac388337aa304820526c00d8a3d1403327..0cdf286dc9f62d4da396ce02973503fa37fe0965 100755 (executable)
@@ -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
     ;;