summaryrefslogtreecommitdiff
path: root/src/tail.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/tail.c
parent1d47220ab215c10e3883915a24ae1318213fb4da (diff)
downloadcoreutils-c21cecaea84fb2d86a2873d23eb8e6d92a0bdd65.tar.xz
Use AUTHORS in place of string in parse_long_options call.
Diffstat (limited to 'src/tail.c')
-rw-r--r--src/tail.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tail.c b/src/tail.c
index 6fa4a23dd..2b24371f8 100644
--- a/src/tail.c
+++ b/src/tail.c
@@ -40,7 +40,8 @@
/* The official name of this program (e.g., no `g' prefix). */
#define PROGRAM_NAME "tail"
-#define AUTHORS "Paul Rubin, David MacKenzie, Ian Lance Taylor, and Jim Meyering"
+#define AUTHORS \
+ "Paul Rubin, David MacKenzie, Ian Lance Taylor, and Jim Meyering"
#ifndef OFF_T_MIN
# define OFF_T_MIN TYPE_MINIMUM (off_t)
@@ -1343,8 +1344,7 @@ main (int argc, char **argv)
have_read_stdin = 0;
parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION,
- "Paul Rubin, David MacKenzie, Ian Lance Taylor, and Jim Meyering",
- usage);
+ AUTHORS, usage);
{
int found_obsolescent;