@@ -394,7 +394,7 @@ USAGE
394394 $ sf org delete sandbox -o <value> [--json] [--flags-dir <value>] [-p]
395395
396396FLAGS
397- -o, --target-org=<value> (required) [default: [email protected] ] Username or alias of the target org. Not 397+ -o, --target-org=<value> (required) Username or alias of the target org. Not
398398 required if the `target-org` configuration variable is already set.
399399 -p, --no-prompt Don't prompt the user to confirm the deletion.
400400
@@ -440,7 +440,7 @@ USAGE
440440 $ sf org delete scratch -o <value> [--json] [--flags-dir <value>] [-p]
441441
442442FLAGS
443- -o, --target-org=<value> (required) [default: [email protected] ] Username or alias of the target org. Not 443+ -o, --target-org=<value> (required) Username or alias of the target org. Not
444444 required if the `target-org` configuration variable is already set.
445445 -p, --no-prompt Don't prompt the user to confirm the deletion.
446446
@@ -889,9 +889,7 @@ EXAMPLES
889889 $ sf org refresh sandbox --definition-file devSbx3-config.json --target-org prodOrg
890890
891891FLAG DESCRIPTIONS
892- -f, --definition-file=<value>
893-
894- Path to a sandbox definition file for overriding its configuration when you refresh it.
892+ -f, --definition-file=<value> Path to a sandbox definition file for overriding its configuration when you refresh it.
895893
896894 The sandbox definition file is a blueprint for the sandbox; use the file to change the sandbox configuration during
897895 a refresh. If you don't want to change the sandbox configuration when you refresh it, then simply use the --name
0 commit comments