summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJérémy Compostella <jeremy.compostella@gmail.com>2012-02-26 15:05:36 +0100
committerPádraig Brady <P@draigBrady.com>2012-02-27 00:55:24 +0000
commit697d00c321ed1a9610974f375e6146cb025f5198 (patch)
treef2ebe190a0de0dcf65b119e45c3133d40327f747 /doc
parent72addfcac9c109e3bde5f6a398d39f7a188ce77c (diff)
downloadcoreutils-697d00c321ed1a9610974f375e6146cb025f5198.tar.xz
doc: fix a wrong option reference in split invocation
* doc/coreutils.texi (split invocation): replace `-r' reference with `-nr/n'.
Diffstat (limited to 'doc')
-rw-r--r--doc/coreutils.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index cc300a816..414626dc5 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -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}.