Update wrong usage workspace command description

Small update to the description to include available commands, rather than similar looking but wrong ones.
pull/18990/head
Kevin Carmody 8 years ago committed by GitHub
parent b3935b29d7
commit 7ac9a576bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -33,7 +33,7 @@ func (c *WorkspaceCommand) Help() string {
helpText := `
Usage: terraform workspace
Create, list, change and delete Terraform workspaces.
New, list, select and delete Terraform workspaces.
`
return strings.TrimSpace(helpText)

Loading…
Cancel
Save