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

This commit is contained in:
Tatsuhiro Tsujikawa 2015-03-27 00:36:19 +09:00
parent 862a0ee66b
commit de2c2ad65c
2 changed files with 6 additions and 4 deletions

View File

@ -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.

View File

@ -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.