diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-09-17 00:37:30 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-09-17 00:38:13 -0700 |
commit | e4d8c99436587b5186b145b6654edaa00eb5a8b8 (patch) | |
tree | 323176ee1408bede344df0125c9616e73acf5947 /doc | |
parent | ba24c42e139095888dbf83255e6481fb4b1503a6 (diff) | |
download | coreutils-e4d8c99436587b5186b145b6654edaa00eb5a8b8.tar.xz |
shred: don’t document -NUMBER option
The -NUMBER option was removed from ‘shred’ in 1999, but the
manual wasn’t updated to match. Problem reported by Nick Rose in:
http://bugs.gnu.org/21502
* doc/coreutils.texi (shred invocation):
Remove documentation for -NUMBER option.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 5589162e5..a029ec6c8 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -9396,8 +9396,7 @@ The program accepts the following options. Also see @ref{Common options}. @cindex force deletion Override file permissions if necessary to allow overwriting. -@item -@var{number} -@itemx -n @var{number} +@item -n @var{number} @itemx --iterations=@var{number} @opindex -n @var{number} @opindex --iterations=@var{number} |