Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
b8a63635
Commit
b8a63635
authored
May 04, 2016
by
antirez
Browse files
Minor redis-cli wording change in --help output.
parent
ae95de93
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redis-cli.c
View file @
b8a63635
...
@@ -1096,7 +1096,8 @@ static void usage(void) {
...
@@ -1096,7 +1096,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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment