Add manual line breaks to workspace delete command help text

pull/31999/head
Jarrett Spiker 4 years ago
parent 1e1312fb78
commit 21d98697cb

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

Loading…
Cancel
Save