From 00b5a2db33cddadf641ae2f01534514314d7e817 Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Mon, 1 Dec 2008 02:09:19 +0000 Subject: 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. --- src/wc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/wc.c') 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); -- cgit v1.2.3-54-g00ecf