aboutsummaryrefslogtreecommitdiffstats
path: root/becommands
diff options
context:
space:
mode:
Diffstat (limited to 'becommands')
-rw-r--r--becommands/list.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/becommands/list.py b/becommands/list.py
index 4711789..2749228 100644
--- a/becommands/list.py
+++ b/becommands/list.py
@@ -196,7 +196,7 @@ def get_parser():
long = "--%s" % s[1]
help = s[2]
parser.add_option(short, long, action="store_true",
- dest=attr, help=help)
+ dest=attr, help=help, default=False)
return parser