summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2016-05-04 22:34:17 +0200
committerantirez <antirez@gmail.com>2016-05-04 22:34:17 +0200
commitb8a63635e39ce312b2c5664f2c2a59184849b8fb (patch)
tree1e575c76b609ca45c76f7e371f7d80b3eed30746
parentae95de93312d6bb2c8c365c31f2a3fd0b6d2c100 (diff)
downloadredis-b8a63635e39ce312b2c5664f2c2a59184849b8fb.tar.gz
Minor redis-cli wording change in --help output.
-rw-r--r--src/redis-cli.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/redis-cli.c b/src/redis-cli.c
index 6ca4c372b..d44b1bf3e 100644
--- a/src/redis-cli.c
+++ b/src/redis-cli.c
@@ -1096,7 +1096,8 @@ static void usage(void) {
" (Note: when using --eval the comma separates KEYS[] from ARGV[] items)\n"
"\n"
"When no command is given, redis-cli starts in interactive mode.\n"
-"Type \"help\" in interactive mode for information on available commands.\n"
+"Type \"help\" in interactive mode for information on available commands\n"
+"and settings.\n"
"\n",
version, REDIS_CLI_DEFAULT_PIPE_TIMEOUT);
sdsfree(version);