mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-11 16:15:33 -06:00
command: update synopsis to be better
This commit is contained in:
parent
8e100869a4
commit
3d35158170
@ -84,5 +84,5 @@ Usage: terraform graph [options] PATH
|
||||
}
|
||||
|
||||
func (c *GraphCommand) Synopsis() string {
|
||||
return "Output visual graph of Terraform resources"
|
||||
return "Create a visual graph of Terraform resources"
|
||||
}
|
||||
|
@ -171,7 +171,7 @@ Options:
|
||||
}
|
||||
|
||||
func (c *PlanCommand) Synopsis() string {
|
||||
return "Show changes between Terraform config and infrastructure"
|
||||
return "Generate and show an execution plan"
|
||||
}
|
||||
|
||||
const planHeaderNoOutput = `
|
||||
|
@ -132,5 +132,5 @@ Options:
|
||||
}
|
||||
|
||||
func (c *RefreshCommand) Synopsis() string {
|
||||
return "Refresh the local state of your infrastructure"
|
||||
return "Update local state file against real resources"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user