summaryrefslogtreecommitdiff
path: root/scripts/find.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/find.py')
-rwxr-xr-xscripts/find.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/find.py b/scripts/find.py
index 89c9cee..cbefcbe 100755
--- a/scripts/find.py
+++ b/scripts/find.py
@@ -26,6 +26,8 @@ class find(base.base):
# if user doesn't specify "-s" or "-ns"
match = 0
for cmd in arg:
+ if (cmd == "-a"):
+ return []
if ((cmd == "-s") or (cmd == "-ns")):
match = 1
@@ -101,6 +103,7 @@ class find(base.base):
arg += self.default_arg(arg)
+ # -a : all
# -s : matched status
# -ns : not matched status
# -a : matched assignee