Commit 2bda34e0 authored by Adenilson Cavalcanti's avatar Adenilson Cavalcanti Committed by Commit Bot

Adding missing command options for zlib_bench

Document the optional compression strategies supported
by zlib_bench.

Bug: 798943
Change-Id: Ic4e1a89163bef087d424467710a016edf5bad242
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2152780Reviewed-by: default avatarChris Blume <cblume@chromium.org>
Reviewed-by: default avatarNoel Gordon <noel@chromium.org>
Commit-Queue: Adenilson Cavalcanti <cavalcantii@chromium.org>
Cr-Commit-Position: refs/heads/master@{#759873}
parent c462e4b7
...@@ -307,7 +307,10 @@ bool get_compression(int argc, char* argv[], int* value) { ...@@ -307,7 +307,10 @@ bool get_compression(int argc, char* argv[], int* value) {
} }
void usage_exit(const char* program) { void usage_exit(const char* program) {
printf("usage: %s gzip|zlib|raw [--compression 0:9] files...\n", program); printf(
"usage: %s gzip|zlib|raw [--compression 0:9] [--huffman|--rle] "
"files...\n",
program);
exit(1); exit(1);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment