summaryrefslogtreecommitdiff
path: root/src/tee.c
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2015-08-31 18:07:34 +0100
committerPádraig Brady <P@draigBrady.com>2015-08-31 18:10:41 +0100
commita83f703a9bf9412417be94848a4ed7b7f1c1fc4a (patch)
tree9f874a30f8cd76221cf4c6bcd4c3fa94679e1748 /src/tee.c
parentfd5f2b1569e2e0b31be755e14e236a7a02478fc0 (diff)
downloadcoreutils-a83f703a9bf9412417be94848a4ed7b7f1c1fc4a.tar.xz
doc: clarify in --help/man where short options take no param
* src/shred.c (usage): For -u, separate the decscription of the short and long option, to clarify that the short option takes no parameter. * src/split.c (usage): Likewise for -d. * src/tee.c (usage): Likewise for -p. * src/uniq.c (usage): Likewise for -D. Suggested by Stephane Chazelas
Diffstat (limited to 'src/tee.c')
-rw-r--r--src/tee.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tee.c b/src/tee.c
index 3c39a4ab3..35120f89c 100644
--- a/src/tee.c
+++ b/src/tee.c
@@ -91,7 +91,8 @@ Copy standard input to each FILE, and also to standard output.\n\
-i, --ignore-interrupts ignore interrupt signals\n\
"), stdout);
fputs (_("\
- -p, --output-error[=MODE] behavior on write error. See MODE details below\n\
+ -p diagnose errors writing to non pipes\n\
+ --output-error[=MODE] set behavior on write error. See MODE below\n\
"), stdout);
fputs (HELP_OPTION_DESCRIPTION, stdout);
fputs (VERSION_OPTION_DESCRIPTION, stdout);