summaryrefslogtreecommitdiff
path: root/src/tail.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-04-03 05:20:06 +0000
committerJim Meyering <jim@meyering.net>1999-04-03 05:20:06 +0000
commitcf691ec714de68d0a2d0dec53704b02e2ab52009 (patch)
tree45d129fabfa6477ac47b55c830762f5ca506d9cd /src/tail.c
parent7c2d5de6c7a61c075fe3fe8012301966c8dfb7b9 (diff)
downloadcoreutils-cf691ec714de68d0a2d0dec53704b02e2ab52009.tar.xz
Use PROGRAM_NAME in place of string in parse_long_options call.
Diffstat (limited to 'src/tail.c')
-rw-r--r--src/tail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tail.c b/src/tail.c
index 09ef59eda..0f0177a55 100644
--- a/src/tail.c
+++ b/src/tail.c
@@ -1340,7 +1340,7 @@ main (int argc, char **argv)
have_read_stdin = 0;
- parse_long_options (argc, argv, "tail", GNU_PACKAGE, VERSION,
+ parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION,
"Paul Rubin, David MacKenzie, Ian Lance Taylor, and Jim Meyering",
usage);