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:
parent
b3935b29d7
commit
7ac9a576bb
|
@ -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…
Reference in New Issue