From 0d00fa8ab9a36c5ad3c1ba71938d0661d12319f2 Mon Sep 17 00:00:00 2001 From: new2f7 Date: Wed, 12 Jun 2024 09:13:36 +0200 Subject: [PATCH] Fix spacing in usage help --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index f6a35560e..7269038d9 100755 --- a/install.sh +++ b/install.sh @@ -921,8 +921,8 @@ function RemoveAll { function Usage { echo "Installs $PROGRAM into $BIN_DIR" echo "options:" - echo "--silent Will log and bypass user interaction." - echo "--no-stats Used with --silent in order to refuse sending anonymous install stats." + echo "--silent Will log and bypass user interaction." + echo "--no-stats Used with --silent in order to refuse sending anonymous install stats." echo "--remove Remove the program." echo "--prefix=/path Use prefix to install path." exit 127