small fix with command usage 'terraform workspace New'
This commit is contained in:
parent
f9f7320438
commit
f40f8bd4e3
|
@ -33,7 +33,7 @@ func (c *WorkspaceCommand) Help() string {
|
|||
helpText := `
|
||||
Usage: terraform workspace
|
||||
|
||||
New, list, show, select and delete Terraform workspaces.
|
||||
new, list, show, select and delete Terraform workspaces.
|
||||
|
||||
`
|
||||
return strings.TrimSpace(helpText)
|
||||
|
|
Loading…
Reference in New Issue