From 1347aa29fda915b84c0cdcfe98b8ba49426fa2a7 Mon Sep 17 00:00:00 2001 From: Alisdair McDiarmid Date: Mon, 29 Aug 2022 10:02:55 -0400 Subject: [PATCH] Update init.mdx --- website/docs/cli/commands/init.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/cli/commands/init.mdx b/website/docs/cli/commands/init.mdx index ec80bed61e..ba975042f8 100644 --- a/website/docs/cli/commands/init.mdx +++ b/website/docs/cli/commands/init.mdx @@ -85,7 +85,7 @@ The `-migrate-state` option will attempt to copy existing state to the new backend, and depending on what changed, may result in interactive prompts to confirm migration of workspace states. The `-force-copy` option suppresses these prompts and answers "yes" to the migration questions. -This implies enabling `-force-copy` also automatically enables the `-migrate-state` option. +Enabling `-force-copy` also automatically enables the `-migrate-state` option. The `-reconfigure` option disregards any existing configuration, preventing migration of any existing state.