aboutsummaryrefslogtreecommitdiff
path: root/b4/command.py
diff options
context:
space:
mode:
Diffstat (limited to 'b4/command.py')
-rw-r--r--b4/command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/b4/command.py b/b4/command.py
index d195509..d1b43e8 100644
--- a/b4/command.py
+++ b/b4/command.py
@@ -149,7 +149,7 @@ def cmd():
sp_ty.add_argument('-s', '--send', nargs='+',
help='Generate thankyous for specified messages (use -l to get the list or "all")')
sp_ty.add_argument('-d', '--discard', nargs='+',
- help='Discard specified messages (use -l to get the list, or use "_all")')
+ help='Discard specified messages (use -l to get the list, or use "all")')
sp_ty.add_argument('-a', '--auto', action='store_true', default=False,
help='Use the Auto-Thankanator to figure out what got applied/merged')
sp_ty.add_argument('-b', '--branch', default=None,