summaryrefslogtreecommitdiff
path: root/src/commands/migrate.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/migrate.json')
-rw-r--r--src/commands/migrate.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/commands/migrate.json b/src/commands/migrate.json
index b9a52aa69..64bf78bba 100644
--- a/src/commands/migrate.json
+++ b/src/commands/migrate.json
@@ -87,7 +87,7 @@
"type": "integer"
},
{
- "name": "key_or_empty_string",
+ "name": "key-selector",
"type": "oneof",
"arguments": [
{
@@ -96,7 +96,7 @@
"key_spec_index": 0
},
{
- "name": "empty_string",
+ "name": "empty-string",
"type": "pure-token",
"token": "\"\""
}
@@ -131,16 +131,15 @@
"arguments": [
{
"token": "AUTH",
- "name": "password",
+ "name": "auth",
+ "display": "password",
"type": "string",
- "optional": true,
"since": "4.0.7"
},
{
"token": "AUTH2",
- "name": "username_password",
+ "name": "auth2",
"type": "block",
- "optional": true,
"since": "6.0.0",
"arguments": [
{
@@ -157,7 +156,8 @@
},
{
"token": "KEYS",
- "name": "key",
+ "name": "keys",
+ "display": "key",
"type": "key",
"key_spec_index": 1,
"optional": true,
@@ -166,4 +166,4 @@
}
]
}
-} \ No newline at end of file
+}