mirror of
https://github.com/hashicorp/terraform.git
synced 2026-06-09 00:42:48 -04:00
select: Fix capitalization of help text
This commit is contained in:
parent
7d0d352eed
commit
7110ec8b0c
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ Usage: terraform [global options] workspace select NAME
|
|||
|
||||
Options:
|
||||
|
||||
-or-create=false Create the terraform workspace if if it doesnt exist.
|
||||
-or-create=false Create the Terraform workspace if if it doesnt exist.
|
||||
|
||||
`
|
||||
return strings.TrimSpace(helpText)
|
||||
|
|
|
|||
Loading…
Reference in a new issue