From 77d7ec8887cd7a2d98af9a8cc2541c28f5bd2e2f Mon Sep 17 00:00:00 2001 From: FlyingError <55329474+FlyingError@users.noreply.github.com> Date: Sun, 17 Aug 2025 20:21:46 +0200 Subject: [PATCH] Update cli-arguments.md Just a single character replacement from 'nor' to 'not' --- cli-arguments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli-arguments.md b/cli-arguments.md index a0932a4eb9..6d320d13d7 100644 --- a/cli-arguments.md +++ b/cli-arguments.md @@ -44,7 +44,7 @@ The installer is inno-setup based. It supports [all Inno Setup command-line para | Parameter | Description | | --------------------------------------------------- | ---------- | | `/NoAutoStart` | Will not launch UniGetUI after installation | -| `/NoRunOnStartup` | Will nor register UniGetUI to start minimized at login (v3.1.6+) | +| `/NoRunOnStartup` | Will not register UniGetUI to start minimized at login (v3.1.6+) | | `/NoVCRedist` | Will not install MS Visual C++ Redistributable x64 (v3.1.2+) | | `/NoEdgeWebView` | Will not install Microsoft Edge WebView Runtime (v3.1.2+) | | `/NoChocolatey` | Do NOT install chocolatey within UniGetUI |