From 7e2f054aa5552cf3787e0ca2a97bebeb7970fb69 Mon Sep 17 00:00:00 2001 From: "Erik Osterman (CEO @ Cloud Posse)" Date: Thu, 26 Dec 2024 10:48:38 -0600 Subject: [PATCH] Update internal/exec/help.go --- internal/exec/help.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/exec/help.go b/internal/exec/help.go index e5c8257ef..30355197e 100644 --- a/internal/exec/help.go +++ b/internal/exec/help.go @@ -79,7 +79,7 @@ func processHelp( " - generated 'backend.tf.json' file\n" + " - 'terraform.tfstate.d' folder (if '--everything' flag is used)\n\n" + "Usage: atmos terraform clean -s \n\n" + - "Use '--everything' flag —everything is the default behavior to delete the Terraform state files and and directories with confirm message.\n\n" + + "Use the `--everything` flag to remove all Terraform state files and directories, prompting you for confirmation before proceeding. This is the default behavior.\n\n" + "Use --force to forcefully delete Terraform state files and directories for the component.\n\n" + "- If no component is specified, the command will apply to all components and stacks.\n" + "- If no stack is specified, the command will apply to all stacks for the specified component.\n" +