Merge pull request #266 from new2f7/patch-2

Fix spacing in usage help
This commit is contained in:
Orsiris de Jong 2024-09-04 15:18:37 +02:00 committed by GitHub
commit 3a9accaea0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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