mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-25 08:21:07 -06:00
command/workspace: Added show
subcommand to workspace command help text. (#22367)
This commit is contained in:
parent
64dbba1229
commit
f7b1ef876c
@ -33,7 +33,7 @@ func (c *WorkspaceCommand) Help() string {
|
||||
helpText := `
|
||||
Usage: terraform workspace
|
||||
|
||||
New, list, select and delete Terraform workspaces.
|
||||
New, list, show, select and delete Terraform workspaces.
|
||||
|
||||
`
|
||||
return strings.TrimSpace(helpText)
|
||||
|
Loading…
Reference in New Issue
Block a user