Skip to content

Commit 278b316

Browse files
committed
Update usage output
1 parent d643413 commit 278b316

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# h2spec
22

33
h2spec is a conformance testing tool for HTTP/2 implementation.
4-
This tool comply with [draft-ietf-httpbis-http2-17](http://tools.ietf.org/html/draft-ietf-httpbis-http2-17).
4+
This.tool is compliant with [RFC 7540 (HTTP/2)](http://www.rfc-editor.org/rfc/rfc7540.txt).
55

66
## Install
77

@@ -21,13 +21,15 @@ $ h2spec --help
2121
Usage: h2spec [OPTIONS]
2222
2323
Options:
24-
-p: Target port. (Default: 80)
25-
-h: Target host. (Default: 127.0.0.1)
26-
-t: Connect over TLS. (Default: false)
27-
-k: Don't verify server's certificate. (Default: false)
28-
-o: Maximum time allowed for test. (Default: 2)
29-
-s: Section number on which to run the test. (Example: -s 6.1 -s 6.2)
30-
--help: Display this help and exit.
24+
-p: Target port. (Default: 80 or 443)
25+
-h: Target host. (Default: 127.0.0.1)
26+
-t: Connect over TLS. (Default: false)
27+
-k: Don't verify server's certificate. (Default: false)
28+
-o: Maximum time allowed for test. (Default: 2)
29+
-s: Section number on which to run the test. (Example: -s 6.1 -s 6.2)
30+
-S: Run the test cases marked as "strict".
31+
--version: Display version information and exit.
32+
--help: Display this help and exit.
3133
```
3234

3335
## Screenshot

0 commit comments

Comments
 (0)