summaryrefslogtreecommitdiff
path: root/src/nohup.sh
diff options
context:
space:
mode:
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
;;