Make help output alphabetical for option '-W'

This commit is contained in:
David Murphy 2024-07-23 14:16:11 -06:00
parent 3e207e087f
commit 62dc912401
No known key found for this signature in database
GPG key ID: 9D7724F37A7424D8

View file

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