diff options
Diffstat (limited to 'src/dd.c')
-rw-r--r-- | src/dd.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -39,7 +39,7 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "dd" -#define WRITTEN_BY _("Written by Paul Rubin, David MacKenzie, and Stuart Kemp.") +#define AUTHORS "Paul Rubin", "David MacKenzie", "Stuart Kemp" #ifndef SIGINFO # define SIGINFO SIGUSR1 @@ -1161,7 +1161,7 @@ main (int argc, char **argv) atexit (close_stdout_wrapper); parse_long_options (argc, argv, PROGRAM_NAME, PACKAGE, VERSION, - WRITTEN_BY, usage); + usage, AUTHORS, NULL); /* Don't close stdout on exit from here on. */ closeout_func = NULL; |