summaryrefslogtreecommitdiffstats
path: root/usage.c
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2023-09-20 19:09:37 +0200
committerpgen <p.gen.progs@gmail.com>2023-09-20 19:09:37 +0200
commit55aebed2e804a4c89be0c6c4fa80361fe0442145 (patch)
tree019f69d6661c1be9f66f99747ad0958d836c8023 /usage.c
parentdeb32974e55ac7632ee0de547b646d3a01b68747 (diff)
Fix a misnamed option and a typo in the manual
Diffstat (limited to 'usage.c')
-rw-r--r--usage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usage.c b/usage.c
index cfcd2c5..12c7e59 100644
--- a/usage.c
+++ b/usage.c
@@ -65,7 +65,7 @@ common_help(void)
printf(" defines word separators in the input stream.\n");
printf("-L|-ls|-ld|-line-delimiters|-line_separators\n");
printf(" defines line separators in the input stream.\n");
- printf("-q|-no_bar|-no-scroll_bar\n");
+ printf("-q|-no_bar|-no_scroll_bar\n");
printf(" prevents the scroll bar from being displayed.\n");
printf("-S|-subst\n");
printf(" defines the post-substitution action to apply to all words.\n");