diff options
author | Jim Meyering <jim@meyering.net> | 1999-04-04 14:44:45 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-04-04 14:44:45 +0000 |
commit | 25abb410d417faa40faa7833c55e19ee2819f804 (patch) | |
tree | a41648fb3d4f00d362ebf49a409bfb45a7ab1676 /src | |
parent | baa8cd4493d6c067e2a8b5e43f8f72162857a9ea (diff) | |
download | coreutils-25abb410d417faa40faa7833c55e19ee2819f804.tar.xz |
define/use AUTHORS
Diffstat (limited to 'src')
-rw-r--r-- | src/dircolors.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dircolors.c b/src/dircolors.c index 88c2ec313..8241e23b3 100644 --- a/src/dircolors.c +++ b/src/dircolors.c @@ -34,6 +34,8 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "dircolors" +#define AUTHORS "H. Peter Anvin" + #define obstack_chunk_alloc malloc #define obstack_chunk_free free @@ -446,7 +448,7 @@ main (int argc, char **argv) case_GETOPT_HELP_CHAR; - case_GETOPT_VERSION_CHAR (PROGRAM_NAME, "H. Peter Anvin"); + case_GETOPT_VERSION_CHAR (PROGRAM_NAME, AUTHORS); default: usage (1); |