diff options
Diffstat (limited to 'src/dirname.c')
-rw-r--r-- | src/dirname.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dirname.c b/src/dirname.c index 922573d5b..9eee8221b 100644 --- a/src/dirname.c +++ b/src/dirname.c @@ -29,7 +29,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "dirname" -#define WRITTEN_BY _("Written by David MacKenzie and Jim Meyering.") +#define AUTHORS "David MacKenzie", "Jim Meyering" /* The name this program was run with. */ char *program_name; @@ -75,7 +75,7 @@ main (int argc, char **argv) atexit (close_stdout); parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION, - WRITTEN_BY, usage); + usage, AUTHORS, NULL); /* The above handles --help and --version. Since there is no other invocation of getopt, handle `--' here. */ if (argc > 1 && STREQ (argv[1], "--")) |