Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
fea75b75
Commit
fea75b75
authored
Jun 04, 2016
by
Federico G. Schwindt
Committed by
Lasse Karstensen
Jun 14, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Exit with 0 if -h was used
parent
e01a49e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
varnishhist.c
bin/varnishhist/varnishhist.c
+3
-0
No files found.
bin/varnishhist/varnishhist.c
View file @
fea75b75
...
...
@@ -393,6 +393,9 @@ main(int argc, char **argv)
assert
(
VUT_Arg
(
'c'
,
NULL
));
while
((
i
=
getopt
(
argc
,
argv
,
vopt_optstring
))
!=
-
1
)
{
switch
(
i
)
{
case
'h'
:
/* Usage help */
usage
(
0
);
case
'P'
:
colon
=
strchr
(
optarg
,
':'
);
/* no colon, take the profile as a name*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment