download_and_compile.sh: fix typo in help text

This commit is contained in:
Florent Rougon 2020-04-25 11:14:49 +02:00
parent 2bb86ee6ea
commit ac504c70a2

View File

@ -364,7 +364,7 @@ function _usage() {
echo " doing the same for SIMGEAR (e.g., if doing repeated TERRAGEAR"
echo " builds and you know your SIMGEAR is already fine and up-to-date)."
echo " -s compile only the last known stable versions"
echo " --compositor buld fgfs with compositor enabled."
echo " --compositor build FlightGear with compositor enabled."
}
#######################################################