diff options
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); |