Skip to content

Commit

Permalink
fix command help
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Vlasic committed Nov 25, 2021
1 parent 34b8b51 commit 6f4b385
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions texts/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ There is --dry-run option which will show you what credentials will be used
and what account will be managed by command.
By default you will be asked to confirm the destruction.
This behaviour can be disabled using the --force option.`,
This behaviour can be disabled using the --yes option.`,
Arguments: `
[node-name] Mantil node name.
If not provided default name dev will be used for the first node.`,
Expand Down Expand Up @@ -243,7 +243,7 @@ This command will destroy all resources belonging to a stage.
Optionally, you can set the --all option to destroy all stages of a project.
By default you will be asked to confirm the destruction.
This behavior can be disabled using the --force option.`,
This behavior can be disabled using the --yes option.`,
Arguments: `
<name> Name for the stage to destroy.`,
}
Expand Down

0 comments on commit 6f4b385

Please sign in to comment.