diff options
author | Jim Meyering <jim@meyering.net> | 1996-10-05 18:04:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-10-05 18:04:52 +0000 |
commit | c5de1e353264d2611c1480a1a6f37d677d505a28 (patch) | |
tree | 3af807f18f4356f5c5e9235260b277a4782f112b | |
parent | 148ec1ad9c52064d35810c3546dfd36200079b26 (diff) | |
download | coreutils-c5de1e353264d2611c1480a1a6f37d677d505a28.tar.xz |
(main): update --version output to conform to coding standard
-rwxr-xr-x | src/groups.sh | 2 | ||||
-rwxr-xr-x | src/nohup.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/groups.sh b/src/groups.sh index 24f6f32bc..3e63e9587 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 e3ec6eac3..0cdf286dc 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 ;; |