Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
fcb98f8b
...
fcb98f8bdf89ee25027378411209f7eb2ea25387
authored
2003-01-28 14:25:42 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fixed help output.
1 parent
7dd2143a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
guimb/main.c
mailbox/mailutils-config.c
guimb/main.c
View file @
fcb98f8
...
...
@@ -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...]"
);
...
...
mailbox/mailutils-config.c
View file @
fcb98f8
...
...
@@ -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 co
mpil
ation options used to build mailutils. If arguments "
"are given, they are interpreted as a list of co
mpil
ation options to check "
N_
(
"print a list of co
nfigur
ation options used to build mailutils. If arguments "
"are given, they are interpreted as a list of co
nfigur
ation 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
},
...
...
Please
register
or
sign in
to post a comment