summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2009-08-19 19:24:05 +0100
committerPádraig Brady <P@draigBrady.com>2009-08-28 23:35:48 +0100
commitf296cf4052c5299c7e6b1c14dcffa4785982a8ce (patch)
tree4b472a5c9956e40554630332a82f3227c69b9857
parent359fa92f2a08991f261fad12b5a1809cff108e9b (diff)
downloadcoreutils-f296cf4052c5299c7e6b1c14dcffa4785982a8ce.tar.xz
stdbuf: fix a small typo in --help output
* src/stdbuf.c (usage): s/then/the/
-rw-r--r--src/stdbuf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stdbuf.c b/src/stdbuf.c
index 3ba5a516e..007cc2194 100644
--- a/src/stdbuf.c
+++ b/src/stdbuf.c
@@ -108,10 +108,10 @@ Mandatory arguments to long options are mandatory for short options too.\n\
fputs (HELP_OPTION_DESCRIPTION, stdout);
fputs (VERSION_OPTION_DESCRIPTION, stdout);
fputs (_("\n\
-If MODE is `L' then corresponding stream will be line buffered.\n\
+If MODE is `L' the corresponding stream will be line buffered.\n\
This option is invalid with standard input.\n"), stdout);
fputs (_("\n\
-If MODE is `0' then corresponding stream will be unbuffered.\n\
+If MODE is `0' the corresponding stream will be unbuffered.\n\
"), stdout);
fputs (_("\n\
Otherwise MODE is a number which may be followed by one of the following:\n\