small fix with command usage 'terraform workspace New'

This commit is contained in:
rajata07 2019-11-03 18:30:03 +01:00
parent f9f7320438
commit f40f8bd4e3
1 changed files with 1 additions and 1 deletions

View File

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