summaryrefslogtreecommitdiff
path: root/src/pr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pr.c')
-rw-r--r--src/pr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pr.c b/src/pr.c
index 8ecc2c6f0..734173da9 100644
--- a/src/pr.c
+++ b/src/pr.c
@@ -625,7 +625,7 @@ main (argc, argv)
if (show_version)
{
- printf ("%s\n", version_string);
+ printf ("pr - %s\n", version_string);
exit (0);
}