Merge pull request #23268 from rajata07/master

small fix with command usage 'terraform workspace New'
This commit is contained in:
Pam Selle 2019-12-17 07:37:20 -05:00 committed by GitHub
commit d2fc7aad87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)