summaryrefslogtreecommitdiff
path: root/src/od.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-10-04 04:25:46 +0000
committerJim Meyering <jim@meyering.net>1996-10-04 04:25:46 +0000
commit630b771f1b9e264af678554890bcec558a154b2a (patch)
treef935e39e1a1b2d126aa9fa68d86ef74dc5a89eb0 /src/od.c
parentde05a873ec03684edc6229e86282886ece7e53d0 (diff)
downloadcoreutils-630b771f1b9e264af678554890bcec558a154b2a.tar.xz
(main): update --version output again
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);
}