From 23c275d89d00642fbff8a0fae812330f50de316c Mon Sep 17 00:00:00 2001 From: pgen Date: Sun, 6 Oct 2019 00:44:12 +0200 Subject: Improve the man page and rename a long argument --- usage.c | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'usage.c') diff --git a/usage.c b/usage.c index d6ca355..4d2bacf 100644 --- a/usage.c +++ b/usage.c @@ -25,7 +25,8 @@ common_help(void) printf("-i|-include\n"); printf(" sets the regex input filter to match the selectable words.\n"); printf("-e|-exclude\n"); - printf(" sets the regex input filter to match the non-selectable words.\n"); + printf(" sets the regex input filter to match the non-selectable " + "words.\n"); printf("-m|-msg|-message|-title\n"); printf(" displays a one-line message above the window.\n"); printf("-a|-attributes\n"); @@ -90,7 +91,8 @@ main_help(void) printf("-V|-version\n"); printf(" displays the current version and quits.\n"); printf("-H|-long_help\n"); - printf(" displays a full help and the options available in all contexts.\n"); + printf(" displays a full help and the options available in all " + "contexts.\n"); printf("-f|-cfg|-config_file\n"); printf(" selects an alternative configuration file.\n"); printf("-N|-number/-U|-unnumber\n"); @@ -105,7 +107,8 @@ main_help(void) printf("-l|-line|-line_mode\n"); printf(" is like|-c without column alignments.\n"); printf("-t|-tab_mode|-tabulate_mode\n"); - printf(" tabulates the items. The number of columns can be limited with\n"); + printf(" tabulates the items. The number of columns can be limited " + "with\n"); printf(" an optional number.\n"); printf("-T|-tm|-tag_mode/-P|-pm|-pin_mode\n"); printf(" enables the tagging (multi-selections) mode. "); @@ -162,7 +165,7 @@ columns_help(void) printf(" sets columns restrictions for selections.\n"); printf("-R|-rs|-row_select\n"); printf(" sets rows restrictions for selections.\n"); - printf("-w|-wt|-wide_tab_mode\n"); + printf("-w|-wide_mode\n"); printf(" uses all the terminal width for the columns if their numbers " "is given.\n"); printf("-g|-gutter\n"); @@ -236,7 +239,7 @@ tabulations_help(void) printf("Short description of allowed parameters:\n\n"); common_help(); - printf("-w|-wt|-wide_tab_mode\n"); + printf("-w|-wide_mode\n"); printf(" uses all the terminal width for the columns if their numbers " "is given.\n"); printf("-g|-gutter\n"); @@ -283,7 +286,8 @@ direct_access_help(void) printf("-l|-line|-line_mode\n"); printf(" is like|-c without column alignments.\n"); printf("-t|-tab_mode|-tabulate_mode\n"); - printf(" tabulates the items. The number of columns can be limited with\n"); + printf(" tabulates the items. The number of columns can be limited " + "with\n"); printf(" an optional number.\n"); printf("-T|-tm|-tag_mode/-P|-pm|-pin_mode\n"); printf(" enables the tagging (multi-selections) mode. "); -- cgit v1.2.3