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