Skip to content

Commit

Permalink
Fix CLI for new -T option.
Browse files Browse the repository at this point in the history
  • Loading branch information
ingenthr committed Dec 22, 2011
1 parent 7099806 commit 35fd1b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.c
Expand Up @@ -1006,7 +1006,8 @@ int main(int argc, char **argv) {
fprintf(stderr, "\t-h The hostname:port where the memcached server is running\n");
fprintf(stderr, "\t (use mulitple -h args for multiple servers)\n");
fprintf(stderr, "\t-t The number of threads to use\n");
fprintf(stderr, "\t-T The number of seconds for which test is to be carried out (used with -l loop and repeat)\n");
fprintf(stderr, "\t-T The number of seconds for which test is to be carried out\n");
fprintf(stderr, "\t (used with -l loop and repeat)\n");
fprintf(stderr, "\t-i The number of items to operate with\n");
fprintf(stderr, "\t-c The number of iteratons each thread should do\n");
fprintf(stderr, "\t-l Loop and repeat the test, but print out information for each run\n");
Expand Down

0 comments on commit 35fd1b9

Please sign in to comment.