Skip to content

Commit

Permalink
fix: delete extensions text (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGoberling authored Apr 27, 2022
1 parent 2487cfe commit 5ef5b2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ _See code: [src/commands/app/delete/event.js](https://github.com/adobe/aio-cli-p

## `aio app:delete:extension`

Add new extensions or a standalone application to the project
Delete existing extensions

```
USAGE
Expand Down
2 changes: 1 addition & 1 deletion src/commands/app/delete/extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class DeleteExtensionCommand extends BaseCommand {
}
}

DeleteExtensionCommand.description = `Add new extensions or a standalone application to the project
DeleteExtensionCommand.description = `Delete existing extensions
`
DeleteExtensionCommand.flags = {
yes: flags.boolean({
Expand Down

0 comments on commit 5ef5b2d

Please sign in to comment.