Skip to content

Commit 3fcfe42

Browse files
committed
update bash-completion for zipf argument
Signed-off-by: Su Lifan <su-lifan@linux.alibaba.com>
1 parent 2cd1cbb commit 3fcfe42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bash-completion/memtier_benchmark

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ _memtier_completions()
2727

2828
options_no_args=("--debug" "--show-config" "--hide-histogram" "--distinct-client-seed" "--randomize"\
2929
"--random-data" "--data-verify" "--verify-only" "--generate-keys" "--key-stddev"\
30-
"--key-median" "--no-expiry" "--cluster-mode" "--help" "--version"\
30+
"--key-median" "--key-zipf-exp" "--no-expiry" "--cluster-mode" "--help" "--version"\
3131
"-D" "-R" "-h" "-v")
3232

3333
options_comp=("--protocol" "-P" "--key-pattern" "--data-size-pattern" "--command-key-pattern")

0 commit comments

Comments
 (0)