diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2013-12-06 09:55:17 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2013-12-06 09:55:55 -0800 |
commit | e1b753b3e3a3506746f5615cc1f6b5b22f564ccf (patch) | |
tree | f4e31a0a98f8e9dcd1b1b3b2f45f5a78e5b02af0 /NEWS | |
parent | 34582a1aedae0d7002b76a64a14dc3143198ced0 (diff) | |
download | coreutils-e1b753b3e3a3506746f5615cc1f6b5b22f564ccf.tar.xz |
shuf: --repeat, not --repetitions; default --head-count is infinity
Original problem reported by Philipp Thomas in
<http://bugs.gnu.org/16061>.
* NEWS: shuf --repeat, not shuf --repetitions.
* doc/coreutils.texi (shuf invocation):
* src/shuf.c (usage, long_opts, main):
* tests/misc/shuf.sh:
Likewise. Also, the default head-count is infinity.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -92,8 +92,8 @@ GNU coreutils NEWS -*- outline -*- shred accepts new parameters to the --remove option to give greater control over that operation, which can greatly reduce sync overhead. - shuf accepts a new option: --repetitions (-r), to allow repetitions - of input items in the permuted output. + shuf accepts a new option: --repeat (-r), which can repeat items in + the output. ** Changes in behavior |