summaryrefslogtreecommitdiffstats
path: root/usage.c
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2020-06-23 22:34:46 +0200
committerpgen <p.gen.progs@gmail.com>2020-06-23 23:12:27 +0200
commitb63a612aff20f7525848c78b48a57fbc7c0610da (patch)
tree00a16ccf7faad567dc0d1117ca9a86b090fd3c1f /usage.c
parent0558b91302828ab3385c2735a00be3aff0d4de28 (diff)
Typo correction and reformulations
Diffstat (limited to 'usage.c')
-rw-r--r--usage.c23
1 files changed, 7 insertions, 16 deletions
diff --git a/usage.c b/usage.c
index 15ad9c0..20d929f 100644
--- a/usage.c
+++ b/usage.c
@@ -41,7 +41,7 @@ common_help(void)
printf("-M|-middle|-center\n");
printf(" centers the display if possible.\n");
printf("-d|-restore|-delete|-clean|-delete_window|-clean_window\n");
- printf(" Clears the lines used by the selection window on exit.\n");
+ printf(" clears the lines used by the selection window on exit.\n");
printf("-k|-ks|-keep_spaces\n");
printf(" does not trim spaces surrounding the output string if any.\n");
printf("-W|-ws|-wd|-word_delimiters|-word_separators\n");
@@ -187,12 +187,9 @@ columns_help(void)
printf("on the output.\n");
printf(" A single space is the default separator.\n");
printf("-A|-fc|-first_column\n");
- printf(" forces a class of words to be the first of the line they "
- "appear in.\n");
+ printf(" forces the specified word pattern to start a line.\n");
printf("-Z|-lc|-last_column\n");
- printf(" forces a class of words to be the latest of the line they "
- "appear in.\n");
- printf(" from the words.\n");
+ printf(" forces the specified word pattern to end a line.\n");
}
void
@@ -222,12 +219,9 @@ lines_help(void)
printf("on the output.\n");
printf(" A single space is the default separator.\n");
printf("-A|-fc|-first_column\n");
- printf(" forces a class of words to be the first of the line they "
- "appear in.\n");
+ printf(" forces the specified word pattern to start a line.\n");
printf("-Z|-lc|-last_column\n");
- printf(" forces a class of words to be the latest of the line they "
- "appear in.\n");
- printf(" from the words.\n");
+ printf(" forces the specified word pattern to end a line.\n");
}
void
@@ -261,12 +255,9 @@ tabulations_help(void)
printf("on the output.\n");
printf(" A single space is the default separator.\n");
printf("-A|-fc|-first_column\n");
- printf(" forces a class of words to be the first of the line they "
- "appear in.\n");
+ printf(" forces the specified word pattern to start a line.\n");
printf("-Z|-lc|-last_column\n");
- printf(" forces a class of words to be the latest of the line they "
- "appear in.\n");
- printf(" from the words.\n");
+ printf(" forces the specified word pattern to end a line.\n");
}
void