add example with ANY

This commit is contained in:
Seth Vidal 2013-07-04 17:42:26 +00:00
parent e81e17df7d
commit eacf95cf46

View file

@ -27,6 +27,8 @@ def parse_args(args):
logview -s CHANGED -d yesterday -p mirrorlist # list events that changed from the mirrorlist playbook
logview -s ANY -d yesterday -p mirrorlist # list all events from the mirrorlist playbook
"""
parser = OptionParser(usage=usage)