summaryrefslogtreecommitdiff
path: root/src/shuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/shuf.c')
-rw-r--r--src/shuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shuf.c b/src/shuf.c
index 2a910728e..6ae075549 100644
--- a/src/shuf.c
+++ b/src/shuf.c
@@ -581,7 +581,7 @@ main (int argc, char **argv)
else
{
if (n_lines == 0)
- error (EXIT_FAILURE, 0, _("No lines to repeat"));
+ error (EXIT_FAILURE, 0, _("no lines to repeat"));
if (input_range)
i = write_random_numbers (randint_source, head_lines,
lo_input, hi_input, eolbyte);