Add manual line breaks to workspace delete command help text

This commit is contained in:
Jarrett Spiker 2022-11-25 11:42:22 -05:00
parent 1e1312fb78
commit 21d98697cb

View File

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