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)
const char *argp_program_version = "guimb (" PACKAGE_STRING ")";
static char doc[] =
N_("GNU guimb -- Process the contents of the specified mailboxes\n"
N_("GNU guimb -- Process the contents of the specified mailboxes "
"using a Scheme program or expression.");
static char args_doc[] = N_("[mailbox...]");
......
......@@ -33,8 +33,8 @@ static struct argp_option options[] = {
"guile, to display libraries needed for linking against libmu_scm. "
"Both can be given simultaneously"), 0},
{"info", 'i', NULL, 0,
N_("print a list of compilation options used to build mailutils. If arguments "
"are given, they are interpreted as a list of compilation options to check "
N_("print a list of configuration options used to build mailutils. If arguments "
"are given, they are interpreted as a list of configuration options to check "
"for. In this case the program prints those options from this list that "
"have been defined. It exits with zero status if all of the "
"specified options are defined. Otherwise, the exit status is 1."), 0},
......