From 5e71ae60fe26366d495b8b138440b7d7690d28ef Mon Sep 17 00:00:00 2001 From: Florent Rougon Date: Mon, 5 Dec 2022 18:23:07 +0100 Subject: [PATCH] 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). --- download_and_compile.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/download_and_compile.sh b/download_and_compile.sh index 890957f..f04fe34 100755 --- a/download_and_compile.sh +++ b/download_and_compile.sh @@ -899,12 +899,12 @@ function _usage() { echo " corresponding versions for other components)" echo " --old-lts compile the previous Long Term Stable release of FlightGear (and" echo " corresponding versions for other components)" - echo " -s compile the latest release of FlightGear (and corresponding" - echo " versions for other components)" + echo " -s compile the latest stable release of FlightGear (and" + echo " corresponding versions of the other components)" echo " --component-branch=COMPONENT=BRANCH" echo " Override the default branch for COMPONENT. For the specified" - echo " component, this overrides the effect of options -s, --lts and --old-lts." - echo " This option may be given several times." + echo " component, this overrides the effect of options -s, --lts and" + echo " --old-lts. This option may be given several times." echo " --sg-cmake-arg=ARGUMENT" echo " Pass ARGUMENT to CMake when building SimGear." echo " This option may be given several times."