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, 2 insertions, 0 deletions
diff --git a/b4/command.py b/b4/command.py
index 92ffd65..d746efb 100644
--- a/b4/command.py
+++ b/b4/command.py
@@ -224,6 +224,8 @@ def cmd():
help='Send email instead of writing out .thanks files')
sp_ty.add_argument('--dry-run', action='store_true', dest='dryrun', default=False,
help='Print out emails instead of sending them')
+ sp_ty.add_argument('--pw-set-state', default=None,
+ help='Set this patchwork state instead of default (use with -a, -t or -d)')
sp_ty.set_defaults(func=cmd_ty)
# b4 diff