summaryrefslogtreecommitdiff
path: root/src/chmod.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-10-05 13:14:11 +0000
committerJim Meyering <jim@meyering.net>1996-10-05 13:14:11 +0000
commit4f28f318d8702fe0b953a52c2a349a214241ddf2 (patch)
tree1b344075ded61b29c8ea68bb79efbdd3ba7378df /src/chmod.c
parente22c80dcf0f2a658ec5ec471e6fca7cec40f1b17 (diff)
downloadcoreutils-4f28f318d8702fe0b953a52c2a349a214241ddf2.tar.xz
(main): update --version output to conform to coding standard
Diffstat (limited to 'src/chmod.c')
-rw-r--r--src/chmod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chmod.c b/src/chmod.c
index 1194c4b15..1f462756e 100644
--- a/src/chmod.c
+++ b/src/chmod.c
@@ -305,7 +305,7 @@ main (int argc, char **argv)
if (show_version)
{
- printf ("chmod (GNU %s) %s\n", PACKAGE, VERSION);
+ printf ("chmod (%s) %s\n", GNU_PACKAGE, VERSION);
exit (0);
}