diff options
| author | Jim Meyering <jim@meyering.net> | 1999-04-03 05:26:48 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 1999-04-03 05:26:48 +0000 |
| commit | c21cecaea84fb2d86a2873d23eb8e6d92a0bdd65 (patch) | |
| tree | 807312038cf092b63b2cee21f69e1183979df674 /src/csplit.c | |
| parent | Insert AUTHORS definition. (diff) | |
| download | coreutils-c21cecaea84fb2d86a2873d23eb8e6d92a0bdd65.tar.gz coreutils-c21cecaea84fb2d86a2873d23eb8e6d92a0bdd65.zip | |
Use AUTHORS in place of string in parse_long_options call.
Diffstat (limited to 'src/csplit.c')
| -rw-r--r-- | src/csplit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/csplit.c b/src/csplit.c index 2680d29d5..bc1bd58e6 100644 --- a/src/csplit.c +++ b/src/csplit.c @@ -1378,7 +1378,7 @@ main (int argc, char **argv) textdomain (PACKAGE); parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION, - "Stuart Kemp and David MacKenzie", usage); + AUTHORS, usage); global_argv = argv; controls = NULL; |
