mirror of
https://github.com/fluencelabs/redis
synced 2025-05-07 08:22:13 +00:00
Minor redis-cli wording change in --help output.
This commit is contained in:
parent
33c8a59e97
commit
ca300f2d14
@ -916,7 +916,8 @@ static void usage(void) {
|
|||||||
" (Note: when using --eval the comma separates KEYS[] from ARGV[] items)\n"
|
" (Note: when using --eval the comma separates KEYS[] from ARGV[] items)\n"
|
||||||
"\n"
|
"\n"
|
||||||
"When no command is given, redis-cli starts in interactive mode.\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",
|
"\n",
|
||||||
version, REDIS_CLI_DEFAULT_PIPE_TIMEOUT);
|
version, REDIS_CLI_DEFAULT_PIPE_TIMEOUT);
|
||||||
sdsfree(version);
|
sdsfree(version);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user