Commit fcb98f8b fcb98f8bdf89ee25027378411209f7eb2ea25387 by Sergey Poznyakoff

Fixed help output.

1 parent 7dd2143a
...@@ -120,7 +120,7 @@ parse_opt (int key, char *arg, struct argp_state *state) ...@@ -120,7 +120,7 @@ parse_opt (int key, char *arg, struct argp_state *state)
120 120
121 const char *argp_program_version = "guimb (" PACKAGE_STRING ")"; 121 const char *argp_program_version = "guimb (" PACKAGE_STRING ")";
122 static char doc[] = 122 static char doc[] =
123 N_("GNU guimb -- Process the contents of the specified mailboxes\n" 123 N_("GNU guimb -- Process the contents of the specified mailboxes "
124 "using a Scheme program or expression."); 124 "using a Scheme program or expression.");
125 static char args_doc[] = N_("[mailbox...]"); 125 static char args_doc[] = N_("[mailbox...]");
126 126
......
...@@ -33,8 +33,8 @@ static struct argp_option options[] = { ...@@ -33,8 +33,8 @@ static struct argp_option options[] = {
33 "guile, to display libraries needed for linking against libmu_scm. " 33 "guile, to display libraries needed for linking against libmu_scm. "
34 "Both can be given simultaneously"), 0}, 34 "Both can be given simultaneously"), 0},
35 {"info", 'i', NULL, 0, 35 {"info", 'i', NULL, 0,
36 N_("print a list of compilation options used to build mailutils. If arguments " 36 N_("print a list of configuration options used to build mailutils. If arguments "
37 "are given, they are interpreted as a list of compilation options to check " 37 "are given, they are interpreted as a list of configuration options to check "
38 "for. In this case the program prints those options from this list that " 38 "for. In this case the program prints those options from this list that "
39 "have been defined. It exits with zero status if all of the " 39 "have been defined. It exits with zero status if all of the "
40 "specified options are defined. Otherwise, the exit status is 1."), 0}, 40 "specified options are defined. Otherwise, the exit status is 1."), 0},
......