summaryrefslogtreecommitdiff
path: root/src/chown.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/chown.c')
-rw-r--r--src/chown.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/chown.c b/src/chown.c
index 0904de6c3..e462931f4 100644
--- a/src/chown.c
+++ b/src/chown.c
@@ -45,6 +45,8 @@
/* The official name of this program (e.g., no `g' prefix). */
#define PROGRAM_NAME "chown"
+#define AUTHORS "David MacKenzie"
+
#ifndef _POSIX_VERSION
struct passwd *getpwnam ();
struct group *getgrnam ();
@@ -361,7 +363,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);
}