From 4f28f318d8702fe0b953a52c2a349a214241ddf2 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 5 Oct 1996 13:14:11 +0000 Subject: (main): update --version output to conform to coding standard --- src/chmod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/chmod.c') 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); } -- cgit v1.2.3-54-g00ecf