mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix description in the Salt Syndic usage info
This commit is contained in:
parent
518a3dd7ee
commit
e5ce52388a
1 changed files with 2 additions and 2 deletions
|
@ -1659,8 +1659,8 @@ class SyndicOptionParser(six.with_metaclass(OptionParserMeta,
|
|||
SaltfileMixIn)):
|
||||
|
||||
description = (
|
||||
'A seamless master of Salt Masters. Scale Salt to thousands of hosts or\n'
|
||||
'across many different networks.'
|
||||
'The Salt Syndic daemon, a special Minion that passes through commands from a\n'
|
||||
'higher Master. Scale Salt to thousands of hosts or across many different networks.'
|
||||
)
|
||||
|
||||
# ConfigDirMixIn config filename attribute
|
||||
|
|
Loading…
Add table
Reference in a new issue