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

This commit is contained in:
Hasan Ramezani 2019-08-16 17:47:00 +02:00 committed by Kristin Laemmert
parent 64dbba1229
commit f7b1ef876c
1 changed files with 1 additions and 1 deletions

View File

@ -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)