diff --git a/internal/command/workspace_delete.go b/internal/command/workspace_delete.go index bf85e111da..ec50c7053a 100644 --- a/internal/command/workspace_delete.go +++ b/internal/command/workspace_delete.go @@ -210,7 +210,9 @@ Usage: terraform [global options] workspace delete [OPTIONS] NAME Options: - -force Remove a workspace even if it is managing resources. Terraform can no longer track or manage the workspace's infrastructure. + -force Remove a workspace even if it is managing resources. + Terraform can no longer track or manage the workspace's + infrastructure. -lock=false Don't hold a state lock during the operation. This is dangerous if others might concurrently run commands