summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBernhard Voelker <mail@bernhard-voelker.de>2014-02-26 08:36:50 +0100
committerPádraig Brady <P@draigBrady.com>2014-02-26 11:26:24 +0000
commit5475e6083f46a2f9f7ccf4173f391bf518421523 (patch)
tree109e1a268ca9cfa1a167928ac4728965ed3a5609 /NEWS
parentdf5e69705f66e4fc6bcd939846bc4fb2de90a614 (diff)
downloadcoreutils-5475e6083f46a2f9f7ccf4173f391bf518421523.tar.xz
shuf: convert error diagnostic to lowercase
* src/shuf.c (main): s/No/no/, introduced by commit v8.22-25-g9f60f37. * NEWS: Also adjust the NEWS for that recent commit to make it clear this was new bug rather than a regression. Prompted by the syntax-check rule sc_error_message_uppercase
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 2df246d49..be8311f49 100644
--- a/NEWS
+++ b/NEWS
@@ -22,8 +22,8 @@ GNU coreutils NEWS -*- outline -*-
it would display an error, requiring --no-dereference to avoid the issue.
[bug introduced in coreutils-5.3.0]
- shuf -r no longer dumps core if the input is empty.
- [bug introduced in coreutils-8.22]
+ shuf --repeat no longer dumps core if the input is empty.
+ [bug introduced with the --repeat feature in coreutils-8.22]
** New features