Document the redis-cli --csv option.

This commit is contained in:
Michel Martens 2013-09-21 21:36:32 +02:00 committed by antirez
parent 3c9bb8751a
commit 347ab78e90

View File

@ -784,6 +784,7 @@ static void usage() {
" -c Enable cluster mode (follow -ASK and -MOVED redirections)\n"
" --raw Use raw formatting for replies (default when STDOUT is\n"
" not a tty)\n"
" --csv Output in CSV format\n"
" --latency Enter a special mode continuously sampling latency\n"
" --latency-history Like --latency but tracking latency changes over time.\n"
" Default time interval is 15 sec. Change it using -i.\n"