src: Update hexdump usage output so that help2rst.py can produce good output
This commit is contained in:
parent
862a0ee66b
commit
de2c2ad65c
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue