diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 57b9e6092..bfc601446 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -8482,7 +8482,7 @@ are often symbolic links. @cindex including files from @command{du} Rather than processing files named on the command line, process those in the NUL-separated list in file @var{FILE0}. -This is useful with the @option{--summarize} (@option{-s}) option when +This is useful with the @option{--total} (@option{-c}) option when the list of file names is so long that it may exceed a command line length limitation. In such cases, running @command{du} via @command{xargs} is undesirable |