summaryrefslogtreecommitdiff
path: root/src/cat.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/cat.c
parent1d47220ab215c10e3883915a24ae1318213fb4da (diff)
downloadcoreutils-c21cecaea84fb2d86a2873d23eb8e6d92a0bdd65.tar.xz
Use AUTHORS in place of string in parse_long_options call.
Diffstat (limited to 'src/cat.c')
-rw-r--r--src/cat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cat.c b/src/cat.c
index abc8033e2..2f49d3726 100644
--- a/src/cat.c
+++ b/src/cat.c
@@ -537,7 +537,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. */