From fdf98d0ef3f143bf1f7435c0ceb3be940506ab42 Mon Sep 17 00:00:00 2001 From: Florent Rougon Date: Mon, 22 Jun 2020 20:38:47 +0200 Subject: [PATCH] download_and_compile.sh: consistent indentation for long options in _usage() --- download_and_compile.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/download_and_compile.sh b/download_and_compile.sh index 6a47ec0..fdb4622 100755 --- a/download_and_compile.sh +++ b/download_and_compile.sh @@ -516,8 +516,9 @@ function _usage() { echo " Override the default branch for COMPONENT. For the specified" echo " component, this overrides the effect of options -s and --lts." echo " This option may be given several times." - echo " --compositor build FlightGear with compositor enabled" - echo " --non-interactive" + echo " --compositor" + echo " build FlightGear with compositor enabled" + echo " --non-interactive" echo " don't ask any question; always assume the default answer in" echo " situations where a question would normally be asked." echo