summaryrefslogtreecommitdiffstats
path: root/text-utils/more.c
diff options
context:
space:
mode:
authorBenno Schulenberg2012-02-06 16:01:48 +0100
committerKarel Zak2013-01-25 11:47:26 +0100
commit095345d07d847436aa1cc2c3efd679603e0bc1fb (patch)
treeda507f4a9532704a7cd7fa175c9927ff6db3b6b0 /text-utils/more.c
parenttests: sort commands strings (diff)
downloadkernel-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/more.c')
-rw-r--r--text-utils/more.c4
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"