small fix with command usage 'terraform workspace New'

pull/23268/head
rajata07 7 years ago
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…
Cancel
Save