diff --git a/docs/getting-started/server/guide.md b/docs/getting-started/server/guide.md index 5597e3af..5a46bb9c 100644 --- a/docs/getting-started/server/guide.md +++ b/docs/getting-started/server/guide.md @@ -363,11 +363,11 @@ repository. pwsh setup_secrets.ps1 ``` -The helper script also supports an optional flag which removes all existing settings before +The helper script also supports an optional `-clear` flag which removes all existing settings before re-applying them: ```bash -pwsh setup_secrets.ps1 -clear:$True +pwsh setup_secrets.ps1 -clear ``` ## Build and Run the Server diff --git a/docs/getting-started/server/self-hosted/index.md b/docs/getting-started/server/self-hosted/index.md index decb1b88..22e0468d 100644 --- a/docs/getting-started/server/self-hosted/index.md +++ b/docs/getting-started/server/self-hosted/index.md @@ -122,7 +122,7 @@ After the updates to your `secrets.json` file in your self-hosted repo, apply yo running the following command: ```bash -pwsh setup_secrets.ps1 -clear:$True +pwsh setup_secrets.ps1 -clear ``` You have now updated the user secrets for your self-hosted instance.