]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(du invocation): --files0-from is useful with
authorJim Meyering <jim@meyering.net>
Tue, 23 Mar 2004 11:33:56 +0000 (11:33 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 23 Mar 2004 11:33:56 +0000 (11:33 +0000)
--total (-c), not with --summarize.

doc/coreutils.texi

index 57b9e60924bdfcd841e003b6119bedf9c8700d83..bfc601446dc7733586ee2b81deec69aa0b71094e 100644 (file)
@@ -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