summaryrefslogtreecommitdiff
path: root/src/chmod.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-03-26 05:17:17 +0000
committerJim Meyering <jim@meyering.net>1999-03-26 05:17:17 +0000
commitc92de17d2f18759bb33a4e5e23a9b8cb11f82152 (patch)
tree21a3595681c0edf3b6551eb5cb13c46146d3d11c /src/chmod.c
parentc060f16ed7d5151b35f81c2f70006d2052ae1ea3 (diff)
downloadcoreutils-c92de17d2f18759bb33a4e5e23a9b8cb11f82152.tar.xz
define and use AUTHORS
Diffstat (limited to 'src/chmod.c')
-rw-r--r--src/chmod.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/chmod.c b/src/chmod.c
index 40597b7d1..e22096307 100644
--- a/src/chmod.c
+++ b/src/chmod.c
@@ -33,6 +33,8 @@
/* The official name of this program (e.g., no `g' prefix). */
#define PROGRAM_NAME "chmod"
+#define AUTHORS "David MacKenzie"
+
enum Change_status
{
CH_SUCCEEDED,
@@ -326,7 +328,7 @@ main (int argc, char **argv)
verbosity = V_high;
break;
case_GETOPT_HELP_CHAR;
- case_GETOPT_VERSION_CHAR (PROGRAM_NAME, "David MacKenzie");
+ case_GETOPT_VERSION_CHAR (PROGRAM_NAME, AUTHORS);
default:
usage (1);
}