hdtest: Remove HPACK draft numbers

This commit is contained in:
Tatsuhiro Tsujikawa 2014-01-08 21:44:44 +09:00
parent 63e7b21b35
commit 64647f8b76
2 changed files with 2 additions and 2 deletions

View File

@ -251,7 +251,7 @@ static int perform_from_http1text(nghttp2_hd_context *deflater)
static void print_help(void)
{
printf("HPACK-draft-04 header compressor\n"
printf("HPACK HTTP/2.0 header encoder\n"
"Usage: deflatehd [OPTIONS] < INPUT\n"
"\n"
"Reads JSON array or HTTP/1-style header fields from stdin and\n"

View File

@ -164,7 +164,7 @@ static int perform(void)
static void print_help(void)
{
printf("HPACK-draft-04 header decompressor\n"
printf("HPACK HTTP/2.0 header decoder\n"
"Usage: inflatehd [OPTIONS] < INPUT\n"
"\n"
"Reads JSON array from stdin and outputs inflated name/value pairs\n"