summaryrefslogtreecommitdiff
path: root/src/help.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/help.h')
-rw-r--r--src/help.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/help.h b/src/help.h
index 5a8af427e..57b2e0b3c 100644
--- a/src/help.h
+++ b/src/help.h
@@ -94,7 +94,7 @@ struct commandHelp {
1,
"2.0.0" },
{ "AUTH",
- "password",
+ "[username] password",
"Authenticate to the server",
8,
"1.0.0" },
@@ -729,7 +729,7 @@ struct commandHelp {
1,
"1.0.0" },
{ "MIGRATE",
- "host port key|"" destination-db timeout [COPY] [REPLACE] [AUTH password] [KEYS key]",
+ "host port key|"" destination-db timeout [COPY] [REPLACE] [AUTH password] [AUTH2 username password] [KEYS key]",
"Atomically transfer a key from a Redis instance to another one.",
0,
"2.6.0" },