Fix missing trailing comma

This commit is contained in:
Thomas S Hatch 2011-03-14 13:40:28 -06:00
parent 39d1e6acfa
commit e9338a84a3

View file

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