Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ianic committed Oct 4, 2021
1 parent bdc0589 commit f29e353
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
17 changes: 7 additions & 10 deletions commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,24 +179,21 @@ Global Flags:
--no-color don't use colors in output
```

## mantil stage destory --help
## mantil stage destroy --help
```
Manage project stages
Destroy a stage
Usage:
mantil stage [command]
Available Commands:
destroy Destroy a stage
new Create a new stage
mantil stage destroy <name> [flags]
Flags:
-h, --help help for stage
--all destroy all stages
--delete-repo delete local repository
--force don't ask for confirmation
-h, --help help for destroy
Global Flags:
--no-color don't use colors in output
Use "mantil stage [command] --help" for more information about a command.
```

## mantil new --help
Expand Down
2 changes: 1 addition & 1 deletion scripts/help.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ show mantil aws uninstall --help

show mantil stage --help
show mantil stage new --help
show mantil stage destory --help
show mantil stage destroy --help

# project commands
show mantil new --help
Expand Down

0 comments on commit f29e353

Please sign in to comment.