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 181f2971e..159f98552 100644
--- a/src/tr.c
+++ b/src/tr.c
@@ -1848,7 +1848,7 @@ main (int argc, char **argv)
if (show_version)
{
- printf ("tr (GNU %s) %s\n", PACKAGE, VERSION);
+ printf ("tr (%s) %s\n", GNU_PACKAGE, VERSION);
exit (EXIT_SUCCESS);
}