summaryrefslogtreecommitdiff
path: root/src/tail.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-02-09 16:07:38 +0000
committerJim Meyering <jim@meyering.net>1997-02-09 16:07:38 +0000
commit2be25646bd13b562584a317198ddae6c983ff452 (patch)
tree0ac9211eed5af77cde8c88b98b02001593c04c9f /src/tail.c
parent4ee12115f0606f19ee89ed8b39563526c8c59783 (diff)
downloadcoreutils-2be25646bd13b562584a317198ddae6c983ff452.tar.xz
change wording in message
Diffstat (limited to 'src/tail.c')
-rw-r--r--src/tail.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tail.c b/src/tail.c
index 948274049..0252430f5 100644
--- a/src/tail.c
+++ b/src/tail.c
@@ -979,8 +979,8 @@ parse_obsolescent_option (int argc, const char *const *argv,
{
error (0, 0, _("\
Warning: it is not portable to use two or more file arguments with\n\
-tail's obsolescent option syntax (%s). Use the equivalent -n or -c option\n\
-to avoid this warning."), argv[1]);
+tail's obsolescent option syntax (%s). Use the equivalent -n or -c\n\
+option instead."), argv[1]);
}
/* Set globals. */