git merge documentation: -m is optional

Changed -m=<msg> to -m <msg> too.

Signed-off-by: Matthias Lederhofer <matled@gmx.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Matthias Lederhofer 2007-02-05 12:37:27 +01:00 committed by Junio C Hamano
parent 2055f3b578
commit 1e8b0d486e
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ SYNOPSIS
--------
[verse]
'git-merge' [-n] [--no-commit] [--squash] [-s <strategy>]...
-m=<msg> <remote> <remote>...
[-m <msg>] <remote> <remote>...

DESCRIPTION
-----------