[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] shuf: convert error diagnostic to lowercase
From: |
Bernhard Voelker |
Subject: |
[PATCH] shuf: convert error diagnostic to lowercase |
Date: |
Wed, 26 Feb 2014 08:36:50 +0100 |
* src/shuf.c (main): s/No/no/, introduced by commit g9f60f37.
Prompted by the syntax-check rule sc_error_message_uppercase,
---
src/shuf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/shuf.c b/src/shuf.c
index 2a91072..6ae0755 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);
--
1.8.4.5
- [PATCH] shuf: convert error diagnostic to lowercase,
Bernhard Voelker <=