]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(parse_options): Add quotes to make messages identical.
authorJim Meyering <jim@meyering.net>
Sun, 26 Jan 1997 18:50:33 +0000 (18:50 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 26 Jan 1997 18:50:33 +0000 (18:50 +0000)
src/tail.c

index 06903e0009671433f234232c1afbfe61d5b7eb55..f63fb06fbd9dc50f7109a07f57aee8f78a1542d2 100644 (file)
@@ -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"));
              }