summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/groups.sh2
-rwxr-xr-xsrc/nohup.sh2
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
;;