diff --git a/src/nghttp.cc b/src/nghttp.cc index bfed0372..7298d6d5 100644 --- a/src/nghttp.cc +++ b/src/nghttp.cc @@ -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. diff --git a/src/nghttpd.cc b/src/nghttpd.cc index f2c14f48..2898f05c 100644 --- a/src/nghttpd.cc +++ b/src/nghttpd.cc @@ -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.