Skip to content

Commit

Permalink
Fix issue RedisLabs#123 Add object size unit in help (RedisLabs#190)
Browse files Browse the repository at this point in the history
Co-authored-by: YaacovHazan <yaacov.hazan@redis.com>
  • Loading branch information
YaacovHazan and YaacovHazan authored Aug 8, 2022
1 parent e6cd4ce commit 8e45817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memtier_benchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@ void usage() {
" P for Parallel (Sequential were each client has a subset of the key-range).\n"
"\n"
"Object Options:\n"
" -d --data-size=SIZE Object data size (default: 32)\n"
" -d --data-size=SIZE Object data size in bytes (default: 32)\n"
" --data-offset=OFFSET Actual size of value will be data-size + data-offset\n"
" Will use SETRANGE / GETRANGE (default: 0)\n"
" -R --random-data Indicate that data should be randomized\n"
Expand Down

0 comments on commit 8e45817

Please sign in to comment.