From: Jim Meyering Date: Sun, 26 Jan 1997 18:50:33 +0000 (+0000) Subject: (parse_options): Add quotes to make messages identical. X-Git-Tag: FILEUTILS-3_16~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=072c1efe39b33b21bac232930262e1b489993f6e;p=thirdparty%2Fcoreutils.git (parse_options): Add quotes to make messages identical. --- diff --git a/src/tail.c b/src/tail.c index 06903e0009..f63fb06fbd 100644 --- a/src/tail.c +++ b/src/tail.c @@ -1023,7 +1023,7 @@ parse_options (int argc, char **argv, if (s_err != LONGINT_OK || tmp_ulong > OFF_T_MAX) { error (EXIT_FAILURE, 0, - _("%s: %s is so large that it is not representable"), + _("%s: `%s' is so large that it is not representable"), optarg, c == 'n' ? _("number of lines") : _("number of bytes")); }