aboutsummaryrefslogtreecommitdiffstats
path: root/becommands/list.py
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2008-11-25 16:45:42 -0500
committerW. Trevor King <wking@drexel.edu>2008-11-25 16:45:42 -0500
commit0c032afab8b5a22428d6148bd611cfe171934ae2 (patch)
treece21723e35bb8db0169ac461130a2f52249cb7d1 /becommands/list.py
parentda9c84914deb5da645f46cff892d1245cd4eaf99 (diff)
downloadbugseverywhere-0c032afab8b5a22428d6148bd611cfe171934ae2.tar.gz
Added -a/n/m/r to becommands/diff.py.
Diffstat (limited to 'becommands/list.py')
-rw-r--r--becommands/list.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/becommands/list.py b/becommands/list.py
index 1f5b462..5c0d326 100644
--- a/becommands/list.py
+++ b/becommands/list.py
@@ -136,7 +136,7 @@ def get_parser():
help="List options matching ASSIGNED", default=None)
parser.add_option("-t", "--target", metavar="TARGET", dest="target",
help="List options matching TARGET", default=None)
- # boolean shortucts. All of these are special cases of long forms
+ # boolean options. All but uuids are special cases of long forms
bools = (("u", "uuids", "Only print the bug UUIDS"),
("w", "wishlist", "List bugs with 'wishlist' severity"),
("i", "important", "List bugs with >= 'serious' severity"),