Commit de2c2ad6 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

src: Update hexdump usage output so that help2rst.py can produce good output

parent 862a0ee6
......@@ -2425,8 +2425,9 @@ Options:
Don't send content-length header field.
--no-dep Don't send dependency based priority hint to server.
--dep-idle Use idle streams as anchor nodes to express priority.
--hexdump Output incoming traffic in `hexdump -C` format. If
SSL/TLS is used, decrypted data are used.
--hexdump Display the incoming traffic in hexadecimal (Canonical
hex+ASCII display). If SSL/TLS is used, decrypted data
are used.
--version Display version information and exit.
-h, --help Display this help and exit.
......
......@@ -145,8 +145,9 @@ Options:
include pseudo header field (header field name starting
with ':'). The trailer is sent only if a response has
body part. Example: --trailer 'foo: bar'.
--hexdump Output incoming traffic in `hexdump -C` format. If
SSL/TLS is used, decrypted data are used.
--hexdump Display the incoming traffic in hexadecimal (Canonical
hex+ASCII display). If SSL/TLS is used, decrypted data
are used.
--version Display version information and exit.
-h, --help Display this help and exit.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment