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
2afb3048
...
2afb304842fd49116ef1e87420361d5f717aa4a2
authored
2006-09-28 07:44:47 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Minor fix
1 parent
a9521050
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
mh/sortm.c
mh/sortm.c
View file @
2afb304
...
...
@@ -45,8 +45,8 @@ static struct argp_option options[] = {
N_
(
"Consider two datefields equal if their difference lies within the given nuber of DAYS."
),
11
},
{
"nolimit"
,
ARG_NOLIMIT
,
NULL
,
0
,
N_
(
"Undo the effect of the last --limit option"
),
11
},
{
"textfield"
,
ARG_TEXTFIELD
,
N_
(
"STRING"
),
15
,
N_
(
"Sort on the text field"
),
1
},
{
"textfield"
,
ARG_TEXTFIELD
,
N_
(
"STRING"
),
0
,
N_
(
"Sort on the text field"
),
1
5
},
{
"notextfield"
,
ARG_NOTEXTFIELD
,
NULL
,
0
,
N_
(
"Undo the effect of the last --textfield option"
),
15
},
{
"numfield"
,
ARG_NUMFIELD
,
N_
(
"STRING"
),
0
,
...
...
Please
register
or
sign in
to post a comment