summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/du.c3
-rw-r--r--src/sort.c3
-rw-r--r--src/wc.c3
3 files changed, 6 insertions, 3 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\
diff --git a/src/sort.c b/src/sort.c
index df51d8b33..f43856315 100644
--- a/src/sort.c
+++ b/src/sort.c
@@ -363,7 +363,8 @@ Other options:\n\
--compress-program=PROG compress temporaries with PROG;\n\
decompress them with PROG -d\n\
--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\
"), stdout);
fputs (_("\
-k, --key=POS1[,POS2] start a key at POS1 (origin 1), end it at POS2\n\
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);