Merge pull request #18990 from skinofstars/master
Update wrong usage workspace command description
This commit is contained in:
commit
5ec63c0b30
|
@ -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