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 f17d7c362..45a2a6550 100644
--- a/src/head.c
+++ b/src/head.c
@@ -206,7 +206,7 @@ main (argc, argv)
if (show_version)
{
- printf ("%s\n", version_string);
+ printf ("head - %s\n", version_string);
exit (0);
}