diff options
Diffstat (limited to 'net-analyzer/httping/files/httping-1.5.6-help.patch')
-rw-r--r-- | net-analyzer/httping/files/httping-1.5.6-help.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-analyzer/httping/files/httping-1.5.6-help.patch b/net-analyzer/httping/files/httping-1.5.6-help.patch new file mode 100644 index 000000000000..2c45343eda8b --- /dev/null +++ b/net-analyzer/httping/files/httping-1.5.6-help.patch @@ -0,0 +1,11 @@ +--- a/main.c ++++ b/main.c +@@ -149,7 +149,7 @@ + fprintf(stderr, "--no-cache -Z\n"); + fprintf(stderr, "--tcp-fast-open -F\n"); + fprintf(stderr, "--version -V\n"); +- fprintf(stderr, "--help -h\n"); ++ fprintf(stderr, "--help -H\n"); + } + + void emit_error() |