summaryrefslogtreecommitdiff
path: root/src/wc.c
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2008-12-01 02:09:19 +0000
committerPádraig Brady <P@draigBrady.com>2008-12-01 02:09:19 +0000
commit00b5a2db33cddadf641ae2f01534514314d7e817 (patch)
treea8c936c2ecb95023ef0ad2f724c2d4b3334f841f /src/wc.c
parente34894bf3f52f1600e5a334ddeec9c2a7e431853 (diff)
downloadcoreutils-00b5a2db33cddadf641ae2f01534514314d7e817.tar.xz
doc: Improve description of --files0-from option
* doc/coreutils.texi: Describe the most common usage of --files0-from=- to read names from stdin. * src/du.c: Likewise. * src/sort.c: Likewise. * src/wc.c: Likewise.
Diffstat (limited to 'src/wc.c')
-rw-r--r--src/wc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wc.c b/src/wc.c
index 280d7ac88..8cfd974ca 100644
--- a/src/wc.c
+++ b/src/wc.c
@@ -121,7 +121,8 @@ read standard input.\n\
"), stdout);
fputs (_("\
--files0-from=F read input from the files specified by\n\
- NUL-terminated names in file F\n\
+ NUL-terminated names in file F;\n\
+ If F is - then read names from standard input\n\
-L, --max-line-length print the length of the longest line\n\
-w, --words print the word counts\n\
"), stdout);