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
d3fc97b9
...
d3fc97b90dc4973b82ee45e349efd1cfaf579ec5
authored
2004-01-12 12:30:03 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Minor changes.
1 parent
f0c68430
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
frm/frm.c
frm/frm.c
View file @
d3fc97b
...
...
@@ -114,7 +114,8 @@ parse_opt (int key, char *arg, struct argp_state *state)
break
;
case
'q'
:
be_quiet
=
show_query
=
1
;
be_quiet
++
;
show_query
=
1
;
break
;
case
'S'
:
...
...
@@ -153,7 +154,7 @@ parse_opt (int key, char *arg, struct argp_state *state)
static
struct
argp
argp
=
{
options
,
parse_opt
,
N
ULL
,
N
_
(
"[URL]"
)
,
doc
,
NULL
,
NULL
,
NULL
...
...
Please
register
or
sign in
to post a comment