summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-05-15 15:45:58 +0000
committerJim Meyering <jim@meyering.net>2001-05-15 15:45:58 +0000
commit786d944b5eb757d366ccb3af9e99bdcffe5c8f8f (patch)
tree0bdd5f9e290b65ded417fc8216b013e91e95e52b /src
parent8f0403a90f5cbd66d04932dd4ba4aa622e88a6c8 (diff)
downloadcoreutils-786d944b5eb757d366ccb3af9e99bdcffe5c8f8f.tar.xz
(parse_obsolescent_option): Use t_count_lines, not
count_lines, in error message.
Diffstat (limited to 'src')
-rw-r--r--src/tail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tail.c b/src/tail.c
index 1db47a142..9ffba13d7 100644
--- a/src/tail.c
+++ b/src/tail.c
@@ -1310,7 +1310,7 @@ parse_obsolescent_option (int argc, const char *const *argv,
error (0, 0,
_("%s: %s is so large that it is not representable"),
- n_string_tmp, (count_lines
+ n_string_tmp, (t_count_lines
? _("number of lines")
: _("number of bytes")));
free (n_string_tmp);