From 21d98697cbcba6e4dda76703a1ba24b86bb4b4ad Mon Sep 17 00:00:00 2001 From: Jarrett Spiker Date: Fri, 25 Nov 2022 11:42:22 -0500 Subject: [PATCH] Add manual line breaks to workspace delete command help text --- internal/command/workspace_delete.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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