From 62dc9124012c8da15534cc2eecd6a5afe4b09333 Mon Sep 17 00:00:00 2001 From: David Murphy Date: Tue, 23 Jul 2024 14:16:11 -0600 Subject: [PATCH] Make help output alphabetical for option '-W' --- bootstrap-salt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index a2faf63..c288ec0 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -398,7 +398,6 @@ __usage() { -s Sleep time used when waiting for daemons to start, restart and when checking for the services running. Default: ${__DEFAULT_SLEEP} -S Also install salt-syndic - -W Also install salt-api -r Disable all repository configuration performed by this script. This option assumes all necessary repository configuration is already present on the system. @@ -406,6 +405,7 @@ __usage() { -v Display script version -V Install Salt into virtualenv (only available for Ubuntu based distributions) + -W Also install salt-api -x Changes the Python version used to install Salt (default: Python 3). Python 2.7 is no longer supported. -X Do not start daemons after installation