mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Make help output alphabetical for option '-W'
This commit is contained in:
parent
3e207e087f
commit
62dc912401
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue