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
f54bb2a3
Unverified
Commit
f54bb2a3
authored
Feb 12, 2020
by
Salvatore Sanfilippo
Committed by
GitHub
Feb 12, 2020
Browse files
Merge pull request #6882 from lifubang/userpass
correct help info for --user and --pass
parents
256ec6c5
dc8f947d
Changes
1
Show whitespace changes
Inline
Side-by-side
src/redis-cli.c
View file @
f54bb2a3
...
...
@@ -1688,8 +1688,8 @@ static void usage(void) {
" You can also use the "
REDIS_CLI_AUTH_ENV
" environment
\n
"
" variable to pass this password more safely
\n
"
" (if both are used, this argument takes predecence).
\n
"
" -user <username>
Used to send ACL style 'AUTH username pass'. Needs -a.
\n
"
" -pass <password>
Alias of -a for consistency with the new --user option.
\n
"
"
-
-user <username> Used to send ACL style 'AUTH username pass'. Needs -a.
\n
"
"
-
-pass <password> Alias of -a for consistency with the new --user option.
\n
"
" -u <uri> Server URI.
\n
"
" -r <repeat> Execute specified command N times.
\n
"
" -i <interval> When -r is used, waits <interval> seconds per command.
\n
"
...
...
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