diff options
author | Benno Schulenberg | 2012-02-06 16:01:48 +0100 |
---|---|---|
committer | Karel Zak | 2013-01-25 11:47:26 +0100 |
commit | 095345d07d847436aa1cc2c3efd679603e0bc1fb (patch) | |
tree | da507f4a9532704a7cd7fa175c9927ff6db3b6b0 /text-utils | |
parent | tests: sort commands strings (diff) | |
download | kernel-qcow2-util-linux-095345d07d847436aa1cc2c3efd679603e0bc1fb.tar.gz kernel-qcow2-util-linux-095345d07d847436aa1cc2c3efd679603e0bc1fb.tar.xz kernel-qcow2-util-linux-095345d07d847436aa1cc2c3efd679603e0bc1fb.zip |
textual: fix a few typos in some of the usage help texts
Also improve clarity of some other lines of those texts.
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'text-utils')
-rw-r--r-- | text-utils/more.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/text-utils/more.c b/text-utils/more.c index f0b0f67db..c45b967ad 100644 --- a/text-utils/more.c +++ b/text-utils/more.c @@ -323,8 +323,8 @@ static void __attribute__((__noreturn__)) usage(FILE *out) " -d display help instead of ring bell\n" " -f count logical, rather than screen lines\n" " -l suppress pause after form feed\n" - " -p suppress scroll, clean screen and display text\n" - " -c suppress scroll, display text and clean line ends\n" + " -p do not scroll, clean screen and display text\n" + " -c do not scroll, display text and clean line ends\n" " -u suppress underlining\n" " -s squeeze multiple blank lines into one\n" " -NUM specify the number of lines per screenful\n" |