summaryrefslogtreecommitdiff
path: root/src/expand.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/expand.c
parent1c6698b17da173119b57c0faed1f175896020241 (diff)
downloadcoreutils-3361bd2bca857df4e502280400aa88a7cebda588.tar.xz
(main): update --version output to conform to coding standard
Diffstat (limited to 'src/expand.c')
-rw-r--r--src/expand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expand.c b/src/expand.c
index cea9b44f4..3b21d6426 100644
--- a/src/expand.c
+++ b/src/expand.c
@@ -368,7 +368,7 @@ main (int argc, char **argv)
if (show_version)
{
- printf ("expand - %s\n", PACKAGE_VERSION);
+ printf ("expand (GNU %s) %s\n", PACKAGE, VERSION);
exit (EXIT_SUCCESS);
}