diff --git a/build.sh b/build.sh index 9c230b95..4fea46bc 100755 --- a/build.sh +++ b/build.sh @@ -237,6 +237,7 @@ usage() { echo -e "\tbuild\t\tIf needed runs configure and then builds (compiles) MangoHud" echo -e "\tpackage\t\tRuns build if needed and then builds a tar package from MangoHud" echo -e "\tinstall\t\tInstall MangoHud onto your system" + echo -e "\treinstall\tRuns build, then package, and finally install" echo -e "\tclean\t\tRemoves build directory" echo -e "\tuninstall\tRemoves installed MangoHud files from your system" echo -e "\trelease\t\tBuilds a MangoHud release tar package"