Skip to content

Commit 6cd9645

Browse files
committed
docs: fix examples varargs
1 parent df24b9c commit 6cd9645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messages/clone.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "clone a sandbox org\nThere are two ways to clone a sandbox: either specify a sandbox definition file or provide key=value pairs at the command line. Key-value pairs at the command-line override their equivalent sandbox definition file values. In either case, you must specify both the \"sandboxName\" and \"sourceSandbox\" options. Set the --targetusername (-u) parameter to a production org with sandbox licenses. The --type (-t) parameter is required and must be set to \"sandbox\".",
44
"examples": [
55
"$ sfdx force:org:clone -t sandbox -f config/dev-sandbox-def.json -u prodOrg -a MyDevSandbox",
6-
"$ sfdx force:org:clone -t sandbox sandboxName=DevSbx1 sourceSandbox=Sbx2Clone -u prodOrg -a MyDevSandbox"
6+
"$ sfdx force:org:clone -t sandbox SandboxName=DevSbx1 SourceSandboxName=Sbx2Clone -u prodOrg -a MyDevSandbox"
77
],
88
"flags": {
99
"type": "type of org to create",

0 commit comments

Comments
 (0)