Update wrong usage workspace command description

Small update to the description to include available commands, rather than similar looking but wrong ones.
This commit is contained in:
Kevin Carmody 2018-10-03 12:00:27 +01:00 committed by GitHub
parent b3935b29d7
commit 7ac9a576bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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