summaryrefslogtreecommitdiff
path: root/src/split.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-04-03 05:26:48 +0000
committerJim Meyering <jim@meyering.net>1999-04-03 05:26:48 +0000
commitc21cecaea84fb2d86a2873d23eb8e6d92a0bdd65 (patch)
tree807312038cf092b63b2cee21f69e1183979df674 /src/split.c
parent1d47220ab215c10e3883915a24ae1318213fb4da (diff)
downloadcoreutils-c21cecaea84fb2d86a2873d23eb8e6d92a0bdd65.tar.xz
Use AUTHORS in place of string in parse_long_options call.
Diffstat (limited to 'src/split.c')
-rw-r--r--src/split.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/split.c b/src/split.c
index 6d9de4ddb..74e08f81f 100644
--- a/src/split.c
+++ b/src/split.c
@@ -348,7 +348,7 @@ main (int argc, char **argv)
textdomain (PACKAGE);
parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION,
- "Torbjorn Granlund and Richard M. Stallman", usage);
+ AUTHORS, usage);
/* Parse command line options. */