Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nghttp2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
nghttp2
Commits
aca42696
Commit
aca42696
authored
May 09, 2012
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated help output of spdycat
parent
f45e68e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
examples/spdycat.cc
examples/spdycat.cc
+6
-6
No files found.
examples/spdycat.cc
View file @
aca42696
...
...
@@ -390,8 +390,8 @@ int run(char **uris, int n)
void
print_usage
(
std
::
ostream
&
out
)
{
out
<<
"Usage: spdycat [-Onv3] [-t
=seconds] [-w=window_bits] [--cert=CERT
]
\n
"
<<
" [--key=
KEY
] URI..."
out
<<
"Usage: spdycat [-Onv3] [-t
<SECONDS>] [-w <WINDOW_BITS>] [--cert=<CERT>
]
\n
"
<<
" [--key=
<KEY>
] URI..."
<<
std
::
endl
;
}
...
...
@@ -408,11 +408,11 @@ void print_help(std::ostream& out)
<<
" ends with '/', 'index.html' is used as a
\n
"
<<
" filename. Not implemented yet.
\n
"
<<
" -3, --spdy3 Only use SPDY/3.
\n
"
<<
" -t, --timeout=
N Timeout each request after N
seconds.
\n
"
<<
" -w, --window-bits=
N Sets the initial window size to 2**N
.
\n
"
<<
" --cert=
CERT
Use the specified client certificate file.
\n
"
<<
" -t, --timeout=
<N> Timeout each request after <N>
seconds.
\n
"
<<
" -w, --window-bits=
<N> Sets the initial window size to 2**<N>
.
\n
"
<<
" --cert=
<CERT>
Use the specified client certificate file.
\n
"
<<
" The file must be in PEM format.
\n
"
<<
" --key=
KEY
Use the client private key file. The file
\n
"
<<
" --key=
<KEY>
Use the client private key file. The file
\n
"
<<
" must be in PEM format.
\n
"
<<
std
::
endl
;
}
...
...
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