summaryrefslogtreecommitdiff
path: root/src/whoami.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/whoami.c')
-rw-r--r--src/whoami.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/whoami.c b/src/whoami.c
index 8a7159d5b..632c7aaae 100644
--- a/src/whoami.c
+++ b/src/whoami.c
@@ -88,7 +88,7 @@ main (int argc, char **argv)
if (show_version)
{
- printf ("whoami - %s\n", PACKAGE_VERSION);
+ printf ("whoami (%s) %s\n", GNU_PACKAGE, VERSION);
exit (0);
}