summaryrefslogtreecommitdiff
path: root/src/du.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/du.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/du.c')
-rw-r--r--src/du.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/du.c b/src/du.c
index 2b0792b37..e5669786d 100644
--- a/src/du.c
+++ b/src/du.c
@@ -292,7 +292,8 @@ Mandatory arguments to long options are mandatory for short options too.\n\
"), stdout);
fputs (_("\
--files0-from=F summarize disk usage of the NUL-terminated file\n\
- names specified in file F\n\
+ names specified in file F;\n\
+ If F is - then read names from standard input\n\
-H like --si, but also evokes a warning; will soon\n\
change to be equivalent to --dereference-args (-D)\n\
-h, --human-readable print sizes in human readable format (e.g., 1K 234M 2G)\n\