diff --git a/internal/command/workspace_select.go b/internal/command/workspace_select.go index 16d50e7ca6..9cd7064be0 100644 --- a/internal/command/workspace_select.go +++ b/internal/command/workspace_select.go @@ -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)