From c21cecaea84fb2d86a2873d23eb8e6d92a0bdd65 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 3 Apr 1999 05:26:48 +0000 Subject: Use AUTHORS in place of string in parse_long_options call. --- src/csplit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/csplit.c') 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; -- cgit v1.2.3-54-g00ecf