Skip to content

Commit 38d889e

Browse files
Typo correction
1 parent 6c51ccd commit 38d889e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You can use either of the below method to install the plugin.
1919

2020
If you are using MacOS, you could run
2121

22-
cf install-plugin -f https://github.com/faisaltheparttimecoder/cf-cli-delete-wrapper-plugin/releases/cf-delete-wrapper_0.1.0.osx
22+
cf install-plugin -f https://github.com/faisaltheparttimecoder/cf-cli-delete-wrapper-plugin/releases/download/0.1.1/cf-delete-wrapper_v0.1.1.osx
2323

2424
# Usage
2525

@@ -33,7 +33,7 @@ If you are using MacOS, you could run
3333
dma
3434
3535
USAGE:
36-
cf delete-multi-apps <APP1>,<APP2>,....,<APPn>
36+
cf delete-multi-apps -a <APP1>,<APP2>,....,<APPn>
3737
3838
OPTIONS:
3939
-force -f, no need to prompt for confirmation

plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func (c *cfDeleteWrapper) GetMetadata() plugin.PluginMetadata {
6464
Alias: "dma",
6565
HelpText: "Delete multiple apps via a single command",
6666
UsageDetails: plugin.Usage{
67-
Usage: fmt.Sprintf("cf %s <APP1>,<APP2>,....,<APPn>", multiAppDeleteCmd),
67+
Usage: fmt.Sprintf("cf %s -a <APP1>,<APP2>,....,<APPn>", multiAppDeleteCmd),
6868
Options: map[string]string{
6969
"app": "-a, list of apps to be deleted",
7070
"force": "-f, no need to prompt for confirmation",

0 commit comments

Comments
 (0)