Skip to content

Commit

Permalink
usage typo and width fix
Browse files Browse the repository at this point in the history
Change-Id: Ia77b17f9c9614434234bd4f4f5162416c46bddce
Reviewed-on: http://review.northscale.com/2492
Reviewed-by: Steve Yen <steve.yen@gmail.com>
Tested-by: Steve Yen <steve.yen@gmail.com>
  • Loading branch information
steveyen committed Sep 16, 2010
1 parent 2c9a4dc commit 7c35ecd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions memcached.c
Original file line number Diff line number Diff line change
Expand Up @@ -4108,8 +4108,8 @@ static void usage(char **argv) {
" is turned on automatically; if not, then it may be turned on\n"
" by sending the \"stats detail on\" command to the server.\n"
"-C (deprecated) disable use of CAS\n"
"-O <file path> moxi log file name.\n"
"-X enable mcmux compatbility mode, disables libvbucket & libmemcached support\n");
"-O <log path> moxi log file name.\n"
"-X enable mcmux compatibility; disables libvbucket & libmemcached\n");
return;
}

Expand Down

0 comments on commit 7c35ecd

Please sign in to comment.