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 0338c0d..6a29f0a 100644
--- a/b4/command.py
+++ b/b4/command.py
@@ -44,7 +44,7 @@ def cmd_am_common_opts(sp):
sp.add_argument('-S', '--sloppy-trailers', dest='sloppytrailers', action='store_true', default=False,
help='Apply trailers without email address match checking')
sp.add_argument('-T', '--no-add-trailers', dest='noaddtrailers', action='store_true', default=False,
- help='Do not add or sort any trailers')
+ help='Do not add any trailers from follow-up messages')
sp.add_argument('-s', '--add-my-sob', dest='addmysob', action='store_true', default=False,
help='Add your own signed-off-by to every patch')
sp.add_argument('-l', '--add-link', dest='addlink', action='store_true', default=False,