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