From 00b6791e8f052f9f9e148430093d7a12c4fb8ed7 Mon Sep 17 00:00:00 2001 From: Sean Budd Date: Fri, 14 Jun 2024 15:55:43 +1000 Subject: [PATCH] Update user_docs/en/userGuide.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- user_docs/en/userGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_docs/en/userGuide.md b/user_docs/en/userGuide.md index c24119bb26b..7538548266d 100644 --- a/user_docs/en/userGuide.md +++ b/user_docs/en/userGuide.md @@ -5083,7 +5083,7 @@ Following are the command line options for NVDA: |None |`--enable-start-on-logon=True|False` |When installing, enable NVDA's [Use NVDA during Windows sign-in](#StartAtWindowsLogon)| |None |`--copy-portable-config` |When installing, copy the portable configuration from the provided path (`--config-path`, `-c`) to the current user account| |None |`--create-portable` |Creates a portable copy of NVDA (starting the newly created copy). Requires `--portable-path` to be specified| -|None |`--create-portable-silent` |Creates a portable copy of NVDA (does not start the newly installed copy). Note this will suppress warnings when writing to non-empty directories. Requires `--portable-path` to be specified| +|None |`--create-portable-silent` |Creates a portable copy of NVDA without starting the newly installed copy. Note: This option suppresses warnings when writing to non-empty directories and requires `--portable-path` to be specified. |None |`--portable-path=PORTABLEPATH` |The path where a portable copy will be created| ### System Wide Parameters {#SystemWideParameters}