From: Jim Meyering Date: Sun, 9 Feb 1997 16:07:38 +0000 (+0000) Subject: change wording in message X-Git-Tag: SH-UTILS-1_16a~250 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2be25646bd13b562584a317198ddae6c983ff452;p=thirdparty%2Fcoreutils.git change wording in message --- diff --git a/src/tail.c b/src/tail.c index 948274049d..0252430f5d 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. */