Merge pull request #18990 from skinofstars/master

Update wrong usage workspace command description
This commit is contained in:
Sander van Harmelen 2018-10-04 16:57:59 +02:00 committed by GitHub
commit 5ec63c0b30
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
Create, list, change and delete Terraform workspaces.
New, list, select and delete Terraform workspaces.
`
return strings.TrimSpace(helpText)