Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit 784e57b

Browse files
committed
Slightly better CLI help text.
1 parent 2c7e6d3 commit 784e57b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

hyper/cli.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,9 @@ def make_troubleshooting_argument(parser):
108108
help='Show debugging information (loglevel=DEBUG)')
109109
parser.add_argument(
110110
'--h2', action='store_true', default=False,
111-
help="Do HTTP/2 directly in plaintext: skip plaintext upgrade")
111+
help="Do HTTP/2 directly, skipping plaintext upgrade and ignoring "
112+
"NPN/ALPN."
113+
)
112114

113115

114116
def split_host_and_port(hostname):

0 commit comments

Comments
 (0)