mirror of
git://git.sv.gnu.org/coreutils
synced 2026-06-06 07:42:21 -04:00
(parse_obsolescent_option): Use t_count_lines, not
count_lines, in error message.
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user