1
0
Fork 0

download_and_compile.sh: consistent indentation for long options in _usage()

This commit is contained in:
Florent Rougon 2020-06-22 20:38:47 +02:00
parent 041dc98c9c
commit fdf98d0ef3

View file

@ -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