Code

git-remote documentation: fix synopsis to match description
authorJörg Sommer <joerg@alea.gnuu.de>
Sat, 2 Feb 2008 23:58:07 +0000 (00:58 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 4 Feb 2008 00:02:12 +0000 (16:02 -0800)
In the text, the argument of -m is <master> which should be used in the
command synopsis, too.

Signed-off-by: Jörg Sommer <joerg@alea.gnuu.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-remote.txt

index 10f6fa58bfddda7f0f017a2e4b02560fa012e370..2cbd1f764b7d4d8e8c026f50b727c6cc70f5158e 100644 (file)
@@ -10,7 +10,7 @@ SYNOPSIS
 --------
 [verse]
 'git-remote'
-'git-remote' add [-t <branch>] [-m <branch>] [-f] [--mirror] <name> <url>
+'git-remote' add [-t <branch>] [-m <master>] [-f] [--mirror] <name> <url>
 'git-remote' rm <name>
 'git-remote' show <name>
 'git-remote' prune <name>