mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Spelling Error fixes
This commit is contained in:
parent
409bd667c3
commit
11da5afb5e
@ -69,7 +69,7 @@ const (
|
|||||||
Workspace %q doesn't exist.
|
Workspace %q doesn't exist.
|
||||||
|
|
||||||
You can create this workspace with the "new" subcommand
|
You can create this workspace with the "new" subcommand
|
||||||
or inclde the "-or-create" flag to the "select" subcommand.`
|
or include the "-or-create" flag with the "select" subcommand.`
|
||||||
|
|
||||||
envChanged = `[reset][green]Switched to workspace %q.`
|
envChanged = `[reset][green]Switched to workspace %q.`
|
||||||
|
|
||||||
|
@ -152,7 +152,7 @@ Usage: terraform [global options] workspace select NAME
|
|||||||
|
|
||||||
Options:
|
Options:
|
||||||
|
|
||||||
-or-create=false Create the Terraform workspace if if it doesnt exist.
|
-or-create=false Create the Terraform workspace if it doesn't exist.
|
||||||
|
|
||||||
`
|
`
|
||||||
return strings.TrimSpace(helpText)
|
return strings.TrimSpace(helpText)
|
||||||
|
Loading…
Reference in New Issue
Block a user