mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-03 20:30:28 -06:00
command/show: update help
This commit is contained in:
parent
d7786473df
commit
dac5f0e3df
@ -106,10 +106,10 @@ func (c *ShowCommand) Run(args []string) int {
|
||||
|
||||
func (c *ShowCommand) Help() string {
|
||||
helpText := `
|
||||
Usage: terraform show [options] path
|
||||
Usage: terraform show [options] [path]
|
||||
|
||||
Reads and outputs a Terraform state or plan file in a human-readable
|
||||
form.
|
||||
form. If no path is specified, the current state will be shown.
|
||||
|
||||
Options:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user