summaryrefslogtreecommitdiff
path: root/doc/coreutils.texi
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-06-26 15:34:19 +0000
committerJim Meyering <jim@meyering.net>2006-06-26 15:34:19 +0000
commit80059da4ca0feb6fd9f94e424454fa20f66e9e84 (patch)
tree402680b2966e62deb4d448553154529c07cc14bb /doc/coreutils.texi
parent7590adf9b94f168f0dd7259d1b1c32e88f58114f (diff)
downloadcoreutils-80059da4ca0feb6fd9f94e424454fa20f66e9e84.tar.xz
* coreutils.texi (wc invocation): Spell out `--files0-from' in
the example. Suggestion from Bob Proulx.
Diffstat (limited to 'doc/coreutils.texi')
-rw-r--r--doc/coreutils.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index 67639cea3..90136840a 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -2978,7 +2978,7 @@ the length of the longest line in any @file{.c} or @file{.h} file in the
current hierarchy, do this:
@example
-find . -name '*.[ch]' -print0 | ./wc -L --files=- | tail -n1
+find . -name '*.[ch]' -print0 | ./wc -L --files0-from=- | tail -n1
@end example
Do not specify any @var{FILE} on the command line when using this option.