Skip to content

Commit

Permalink
Merge pull request #266 from new2f7/patch-2
Browse files Browse the repository at this point in the history
Fix spacing in usage help
  • Loading branch information
deajan authored Sep 4, 2024
2 parents 6a71785 + 0d00fa8 commit 3a9acca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a9acca

Please sign in to comment.