summaryrefslogtreecommitdiff
path: root/src/sum.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/sum.c
parent1d47220ab215c10e3883915a24ae1318213fb4da (diff)
downloadcoreutils-c21cecaea84fb2d86a2873d23eb8e6d92a0bdd65.tar.xz
Use AUTHORS in place of string in parse_long_options call.
Diffstat (limited to 'src/sum.c')
-rw-r--r--src/sum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sum.c b/src/sum.c
index a543d35f4..47524e483 100644
--- a/src/sum.c
+++ b/src/sum.c
@@ -215,7 +215,7 @@ main (int argc, char **argv)
have_read_stdin = 0;
parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION,
- "Kayvan Aghaiepour and David MacKenzie", usage);
+ AUTHORS, usage);
while ((optc = getopt_long (argc, argv, "rs", longopts, NULL)) != -1)
{