command/workspace: Added `show` subcommand to workspace command help text. (#22367)

pull/22484/head
Hasan Ramezani 7 years ago committed by Kristin Laemmert
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…
Cancel
Save