summaryrefslogtreecommitdiff
path: root/src/od.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/od.c')
-rw-r--r--src/od.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/od.c b/src/od.c
index 6c490da18..a16e4116d 100644
--- a/src/od.c
+++ b/src/od.c
@@ -1793,7 +1793,7 @@ the maximum\nrepresentable value of type `long'"), optarg);
if (show_version)
{
- printf ("od (GNU %s) %s\n", PACKAGE, VERSION);
+ printf ("od (%s) %s\n", GNU_PACKAGE, VERSION);
exit (EXIT_SUCCESS);
}