summaryrefslogtreecommitdiff
path: root/src/nohup.sh
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-10-05 18:04:52 +0000
committerJim Meyering <jim@meyering.net>1996-10-05 18:04:52 +0000
commitc5de1e353264d2611c1480a1a6f37d677d505a28 (patch)
tree3af807f18f4356f5c5e9235260b277a4782f112b /src/nohup.sh
parent148ec1ad9c52064d35810c3546dfd36200079b26 (diff)
downloadcoreutils-c5de1e353264d2611c1480a1a6f37d677d505a28.tar.xz
(main): update --version output to conform to coding standard
Diffstat (limited to 'src/nohup.sh')
-rwxr-xr-xsrc/nohup.sh2
1 files changed, 1 insertions, 1 deletions
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
;;