download_and_compile.sh: minor change to the --help output

Amend wording to avoid confusion (some people interpret "latest release"
as meaning "development branch"; use "latest stable release" to avoid
this confusion).
This commit is contained in:
Florent Rougon 2022-12-05 18:23:07 +01:00
parent 7469b39cad
commit 5e71ae60fe

View File

@ -899,12 +899,12 @@ function _usage() {
echo " corresponding versions for other components)" echo " corresponding versions for other components)"
echo " --old-lts compile the previous Long Term Stable release of FlightGear (and" echo " --old-lts compile the previous Long Term Stable release of FlightGear (and"
echo " corresponding versions for other components)" echo " corresponding versions for other components)"
echo " -s compile the latest release of FlightGear (and corresponding" echo " -s compile the latest stable release of FlightGear (and"
echo " versions for other components)" echo " corresponding versions of the other components)"
echo " --component-branch=COMPONENT=BRANCH" echo " --component-branch=COMPONENT=BRANCH"
echo " Override the default branch for COMPONENT. For the specified" echo " Override the default branch for COMPONENT. For the specified"
echo " component, this overrides the effect of options -s, --lts and --old-lts." echo " component, this overrides the effect of options -s, --lts and"
echo " This option may be given several times." echo " --old-lts. This option may be given several times."
echo " --sg-cmake-arg=ARGUMENT" echo " --sg-cmake-arg=ARGUMENT"
echo " Pass ARGUMENT to CMake when building SimGear." echo " Pass ARGUMENT to CMake when building SimGear."
echo " This option may be given several times." echo " This option may be given several times."