diff options
author | Jörg Sommer <joerg@alea.gnuu.de> | 2008-02-03 00:58:07 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-02-03 16:02:12 -0800 |
commit | 5ea55edb68f488fad76c007472830cc649e3d320 (patch) | |
tree | a09037db06d5b86c3855597e699e36ea647439a6 /Documentation/git-remote.txt | |
parent | fe1fa946f5ecc404100fc7dd8df2efc36036e5cc (diff) | |
download | git-5ea55edb68f488fad76c007472830cc649e3d320.tar.gz |
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>
Diffstat (limited to 'Documentation/git-remote.txt')
-rw-r--r-- | Documentation/git-remote.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-remote.txt b/Documentation/git-remote.txt index 10f6fa58bf..2cbd1f764b 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> |