mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix missing trailing comma
This commit is contained in:
parent
39d1e6acfa
commit
e9338a84a3
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class SaltCMD(object):
|
|||
'--pcre',
|
||||
default=False,
|
||||
dest='pcre',
|
||||
action='store_true'
|
||||
action='store_true',
|
||||
help='Instead of using shell globs to evaluate the target'\
|
||||
+ ' servers, use pcre regular expressions')
|
||||
parser.add_option('-Q',
|
||||
|
|
Loading…
Add table
Reference in a new issue