From 12752894619415877891da84468bbb3947962ac1 Mon Sep 17 00:00:00 2001 From: LinuxMint4Ever <> Date: Sat, 12 Oct 2019 07:34:00 +0200 Subject: [PATCH] fixed a dumb mistake in my description --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index c4daa5a..96d8569 100644 --- a/main.py +++ b/main.py @@ -7,7 +7,7 @@ # --ui:gui, --ui:cli-interactive, --ui:args-only, --ui:auto (default: auto) # --update:if-available, --update:force, --update:noupdate (default: if-available) # --launch, -l (default: not present) -# --silent, --quiet, -s, -q (default: not present) +# --silent, --quiet, -s, -q (default: only present in interactive cli mode) # # - decide whether to launch the GUI or not (either by command line argument # or by determining if running from terminal)