Skip to content

Commit 53e7288

Browse files
j-nolascobtrn11
authored andcommitted
Update bundle_uninstall.md
1 parent f5cabee commit 53e7288

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

messages/bundle_uninstall.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ Uninstall a package bundle version from a target org.
44

55
# description
66

7-
Provide the package bundle version ID or alias and the target org to start an uninstall request. Optionally wait for the uninstall to complete.
7+
To start an uninstall request, provide the package bundle version ID or alias and the target org. Optionally enter the number of minutes to wait for the uninstall to complete. If the time to uninstall exceeds the number of minutes, the request times out.
88

99
# examples
1010

11-
- Uninstall a bundle version by ID from a specified org:
11+
- Uninstall a bundle version by ID from the example org myorg@example.com:
1212

13-
<%= config.bin %> <%= command.id %> --bundle 1Q8... --target-org me@example.com
13+
<%= config.bin %> <%= command.id %> --bundle 1Q8... --target-org myorg@example.com
1414

15-
- Uninstall a bundle version by alias from your default org and wait up to 10 minutes for completion:
15+
- Uninstall a bundle version by alias from your default org and wait up to 10 minutes to complete:
1616

17-
<%= config.bin %> <%= command.id %> --bundle MyBundle@1.2 -w 10
17+
<%= config.bin %> <%= command.id %> --bundle MyBundle@1.2 --wait 10
1818

1919
# flags.bundle.summary
2020

@@ -26,11 +26,11 @@ Number of minutes to wait for the uninstall request to complete.
2626

2727
# flags.verbose.summary
2828

29-
Show additional progress while waiting for uninstall to finish.
29+
Show additional progress information while waiting for the uninstall to finish.
3030

3131
# bundleUninstallWaitingStatus
3232

33-
Waiting %s more minutes for bundle uninstall. Current status: %s
33+
Waiting %s more minutes for the bundle to uninstall. Current status: %s
3434

3535
# bundleUninstallError
3636

0 commit comments

Comments
 (0)