summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Sommer <joerg@alea.gnuu.de>2008-02-02 23:58:07 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-02-04 00:02:12 (GMT)
commit5ea55edb68f488fad76c007472830cc649e3d320 (patch)
treea09037db06d5b86c3855597e699e36ea647439a6
parentfe1fa946f5ecc404100fc7dd8df2efc36036e5cc (diff)
downloadgit-5ea55edb68f488fad76c007472830cc649e3d320.zip
git-5ea55edb68f488fad76c007472830cc649e3d320.tar.gz
git-5ea55edb68f488fad76c007472830cc649e3d320.tar.bz2
git-remote documentation: fix synopsis to match description
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>
-rw-r--r--Documentation/git-remote.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-remote.txt b/Documentation/git-remote.txt
index 10f6fa5..2cbd1f7 100644
--- a/Documentation/git-remote.txt
+++ b/Documentation/git-remote.txt
@@ -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>