Danny Lin <danny0838@xxxxxxxxx> writes: > It is definitely clear that --message is valid for add, merge and pull. If it is also definitely clear that it is _only_ valid for those three, then the change is good. I do not know if that is true offhand, though. > > Signed-off-by: Danny Lin <danny0838@xxxxxxxxx> > --- > contrib/subtree/git-subtree.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/contrib/subtree/git-subtree.txt b/contrib/subtree/git-subtree.txt > index 352deda69d..47e2c611fe 100644 > --- a/contrib/subtree/git-subtree.txt > +++ b/contrib/subtree/git-subtree.txt > @@ -139,7 +139,7 @@ OPTIONS > > -m <message>:: > --message=<message>:: > - This option is only valid for add, merge and pull (unsure). > + This option is only valid for add, merge and pull. > Specify <message> as the commit message for the merge commit.