Merge pull request #23354 from plastikos/improvement-grain_pcre

Add a short argument (-P) for --grain-pcre
This commit is contained in:
Justin Findlay 2015-05-04 22:02:29 -06:00
commit 221f6e5135

View file

@ -850,7 +850,7 @@ class TargetOptionsMixIn(six.with_metaclass(MixInMeta, object)):
'expression:\n"os:Arch*"')
)
group.add_option(
'--grain-pcre',
'-P', '--grain-pcre',
default=False,
action='store_true',
help=('Instead of using shell globs to evaluate the target '