1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-14 11:21:58 +02:00

doc: fix a wrong option reference in split invocation

* doc/coreutils.texi (split invocation): replace `-r' reference with
`-nr/n'.
This commit is contained in:
Jérémy Compostella
2012-02-26 15:05:36 +01:00
committed by Pádraig Brady
parent 72addfcac9
commit 697d00c321

View File

@@ -2990,8 +2990,9 @@ The output files' names consist of @var{prefix} (@samp{x} by default)
followed by a group of characters (@samp{aa}, @samp{ab}, @dots{} by
default), such that concatenating the output files in traditional
sorted order by file name produces the original input file (except
@option{-r}). If the output file names are exhausted, @command{split}
reports an error without deleting the output files that it did create.
@option{-nr/@var{n}}). If the output file names are exhausted,
@command{split} reports an error without deleting the output files
that it did create.
The program accepts the following options. Also see @ref{Common options}.