From 519f65b51e733f16217414e580c3a43877e187c9 Mon Sep 17 00:00:00 2001 From: antirez Date: Wed, 4 May 2016 22:34:17 +0200 Subject: [PATCH] Minor redis-cli wording change in --help output. --- src/redis-cli.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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);