summaryrefslogtreecommitdiff
path: root/src/uniq.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/uniq.c')
-rw-r--r--src/uniq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uniq.c b/src/uniq.c
index 9e99384c2..38d8759c0 100644
--- a/src/uniq.c
+++ b/src/uniq.c
@@ -384,7 +384,7 @@ main (int argc, char **argv)
if (show_version)
{
- printf ("uniq - %s\n", PACKAGE_VERSION);
+ printf ("uniq (GNU %s) %s\n", PACKAGE, VERSION);
exit (EXIT_SUCCESS);
}