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
3f005d24
...
3f005d24199330fba7455a1b18cf10afe1d65502
authored
2002-09-23 07:56:24 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Corrected args_doc
1 parent
dd22e0b8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mh/rmm.c
mh/rmm.c
View file @
3f005d2
...
...
@@ -21,7 +21,7 @@
const
char
*
argp_program_version
=
"rmm ("
PACKAGE_STRING
")"
;
static
char
doc
[]
=
"GNU MH rmm"
;
static
char
args_doc
[]
=
"[messages]"
;
static
char
args_doc
[]
=
"[
+folder][
messages]"
;
/* GNU options */
static
struct
argp_option
options
[]
=
{
...
...
Please
register
or
sign in
to post a comment