summaryrefslogtreecommitdiff
path: root/src/od.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-10-04 04:15:08 +0000
committerJim Meyering <jim@meyering.net>1996-10-04 04:15:08 +0000
commit3361bd2bca857df4e502280400aa88a7cebda588 (patch)
treee0cc379ca2f25f07ac9c1407fa62db674fe8f655 /src/od.c
parent1c6698b17da173119b57c0faed1f175896020241 (diff)
downloadcoreutils-3361bd2bca857df4e502280400aa88a7cebda588.tar.xz
(main): update --version output to conform to coding standard
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 3e5d0fa87..6c490da18 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 - %s\n", PACKAGE_VERSION);
+ printf ("od (GNU %s) %s\n", PACKAGE, VERSION);
exit (EXIT_SUCCESS);
}