select: Fix capitalization of help text

This commit is contained in:
Brittan DeYoung 2022-08-31 13:29:31 -04:00
parent 7d0d352eed
commit 7110ec8b0c

View File

@ -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)