diff options
author | Jim Meyering <jim@meyering.net> | 1996-10-04 04:15:08 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-10-04 04:15:08 +0000 |
commit | 3361bd2bca857df4e502280400aa88a7cebda588 (patch) | |
tree | e0cc379ca2f25f07ac9c1407fa62db674fe8f655 /src/tail.c | |
parent | 1c6698b17da173119b57c0faed1f175896020241 (diff) | |
download | coreutils-3361bd2bca857df4e502280400aa88a7cebda588.tar.xz |
(main): update --version output to conform to coding standard
Diffstat (limited to 'src/tail.c')
-rw-r--r-- | src/tail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tail.c b/src/tail.c index 9bc600c20..44f9a339e 100644 --- a/src/tail.c +++ b/src/tail.c @@ -977,7 +977,7 @@ main (int argc, char **argv) if (show_version) { - printf ("tail - %s\n", PACKAGE_VERSION); + printf ("tail (GNU %s) %s\n", PACKAGE, VERSION); exit (EXIT_SUCCESS); } |