From 39c2dbe63a6993fc71a94e802317aea46f551aa0 Mon Sep 17 00:00:00 2001 From: Alex Morask <144709477+amorask-bitwarden@users.noreply.github.com> Date: Thu, 14 Sep 2023 08:44:19 -0400 Subject: [PATCH] Change flag to switch Co-authored-by: Oscar Hinton --- docs/getting-started/server/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/server/guide.md b/docs/getting-started/server/guide.md index 5a46bb9c..48ffdff9 100644 --- a/docs/getting-started/server/guide.md +++ b/docs/getting-started/server/guide.md @@ -363,7 +363,7 @@ repository. pwsh setup_secrets.ps1 ``` -The helper script also supports an optional `-clear` flag which removes all existing settings before +The helper script also supports an optional `-clear` switch which removes all existing settings before re-applying them: ```bash