From eacf95cf4638a11ec0c7db9c4d4374bef1dd6215 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Thu, 4 Jul 2013 17:42:26 +0000 Subject: [PATCH] add example with ANY --- scripts/logview | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/logview b/scripts/logview index 64dafb8e23..eb72ba95a7 100755 --- a/scripts/logview +++ b/scripts/logview @@ -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)