Skip to content

Commit

Permalink
git merge documentation: -m is optional
Browse files Browse the repository at this point in the history
Changed -m=<msg> to -m <msg> too.

Signed-off-by: Matthias Lederhofer <matled@gmx.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
matled authored and Junio C Hamano committed Feb 13, 2007
1 parent 2055f3b commit 1e8b0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/git-merge.txt
Expand Up @@ -10,7 +10,7 @@ SYNOPSIS
--------
[verse]
'git-merge' [-n] [--no-commit] [--squash] [-s <strategy>]...
-m=<msg> <remote> <remote>...
[-m <msg>] <remote> <remote>...

DESCRIPTION
-----------
Expand Down

0 comments on commit 1e8b0d4

Please sign in to comment.