File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ If --cafile is not supplied, a built-in set of CA certificates
159
159
are used from the webpki-roots crate.
160
160
161
161
Usage:
162
- tlsclient-mio [options] [--suite SUITE ...] [--proto PROTO ...] <hostname>
162
+ tlsclient-mio [options] [--suite SUITE ...] [--proto PROTO ...] [--protover PROTOVER ...] <hostname>
163
163
tlsclient-mio (--version | -v)
164
164
tlsclient-mio (--help | -h)
165
165
@@ -224,9 +224,9 @@ localhost:fport.
224
224
RSA private key.
225
225
226
226
Usage:
227
- tlsserver-mio --certs CERTFILE --key KEYFILE [--suite SUITE ...] [--proto PROTO ...] [options] echo
228
- tlsserver-mio --certs CERTFILE --key KEYFILE [--suite SUITE ...] [--proto PROTO ...] [options] http
229
- tlsserver-mio --certs CERTFILE --key KEYFILE [--suite SUITE ...] [--proto PROTO ...] [options] forward <fport>
227
+ tlsserver-mio --certs CERTFILE --key KEYFILE [--suite SUITE ...] [--proto PROTO ...] [--protover PROTOVER ...] [ options] echo
228
+ tlsserver-mio --certs CERTFILE --key KEYFILE [--suite SUITE ...] [--proto PROTO ...] [--protover PROTOVER ...] [ options] http
229
+ tlsserver-mio --certs CERTFILE --key KEYFILE [--suite SUITE ...] [--proto PROTO ...] [--protover PROTOVER ...] [ options] forward <fport>
230
230
tlsserver-mio (--version | -v)
231
231
tlsserver-mio (--help | -h)
232
232
You can’t perform that action at this time.
0 commit comments