"vscode:/vscode.git/clone" did not exist on "c3f9e017946cffdc3e7166e96e9ff98484db7963"
Commit dca95f24 authored by antirez's avatar antirez
Browse files

Cluster: redis-trib: options table entry for add-node fixed.

parent 6df4ffe6
......@@ -988,7 +988,7 @@ COMMANDS={
ALLOWED_OPTIONS={
"create" => {"replicas" => true},
"addnode" => {"slave" => false, "master-id" => true}
"add-node" => {"slave" => false, "master-id" => true}
}
def show_help
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment