From 75b5ca9c186be968c98607f0d35478fe5dc42f4c Mon Sep 17 00:00:00 2001 From: Jakob Date: Mon, 3 Apr 2023 20:30:41 +0200 Subject: [PATCH] Updated Command line flags (markdown) --- Command-line-flags.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Command-line-flags.md b/Command-line-flags.md index 8e196c0..cd38862 100644 --- a/Command-line-flags.md +++ b/Command-line-flags.md @@ -1,5 +1,6 @@ EnvyUpdate accepts the following command line flags as of version 2.19: * `/fake`: Ignores the GPU check at startup and loads fake data from `Debug.cs` for testing without an Nvidia GPU. -* `/verbose`: Logs to file `envyupdate.log`. -* `/minimize`: Starts EnvyUpdate minimized. \ No newline at end of file +* `/minimize`: Starts EnvyUpdate minimized. + +* `/verbose`: Logs to file `envyupdate.log`. Only works in Debug builds. \ No newline at end of file