Skip to content

Commit e948035

Browse files
FrancisRusselldjc
authored andcommitted
Update README after running pull-usage.
1 parent 4e6fe61 commit e948035

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ If --cafile is not supplied, a built-in set of CA certificates
159159
are used from the webpki-roots crate.
160160
161161
Usage:
162-
tlsclient-mio [options] [--suite SUITE ...] [--proto PROTO ...] <hostname>
162+
tlsclient-mio [options] [--suite SUITE ...] [--proto PROTO ...] [--protover PROTOVER ...] <hostname>
163163
tlsclient-mio (--version | -v)
164164
tlsclient-mio (--help | -h)
165165
@@ -224,9 +224,9 @@ localhost:fport.
224224
RSA private key.
225225
226226
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>
230230
tlsserver-mio (--version | -v)
231231
tlsserver-mio (--help | -h)
232232

0 commit comments

Comments
 (0)