]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Add missing paren.
authorJim Meyering <jim@meyering.net>
Sun, 16 Feb 1997 23:49:11 +0000 (23:49 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 16 Feb 1997 23:49:11 +0000 (23:49 +0000)
src/tail.c

index d9ecb6dcf5ce14b012e8e399ad6ce487e99eb31f..e4b90e04e7dc802f64bf3699ff45c06e351e6e10 100644 (file)
@@ -968,7 +968,7 @@ parse_obsolescent_option (int argc, const char *const *argv,
                 _("%s: %s is so large that it is not representable"),
                 n_string_tmp, (count_lines
                                ? _("number of lines")
-                               : _("number of bytes"));
+                               : _("number of bytes")));
          free (n_string_tmp);
          *fail = 1;
        }