branch: elpa/magit
commit 0564c0cd871251203fcf3aed39b142a3ca6cbd15
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
magit:--signoff: Speak of "trailer" instead of "line" in description
That is consistent with the terminology used in Git and `git-commit.el'.
---
lisp/magit.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/magit.el b/lisp/magit.el
index b769ded7dfc..cb685466f7f 100644
--- a/lisp/magit.el
+++ b/lisp/magit.el
@@ -502,7 +502,7 @@ is run in the top-level directory of the current working
tree."
;;; Shared Infix Arguments
(transient-define-argument magit:--signoff ()
- :description "Add Signed-off-by lines"
+ :description "Add Signed-off-by trailer"
:class 'transient-switch
:shortarg "-s"
:argument "--signoff")