Skip to content

Commit

Permalink
Merge pull request #23268 from rajata07/master
Browse files Browse the repository at this point in the history
small fix with command usage 'terraform workspace New'
  • Loading branch information
Pam Selle authored Dec 17, 2019
2 parents 7683179 + f40f8bd commit d2fc7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/workspace_command.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d2fc7aa

Please sign in to comment.