1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-06-19 10:09:45 +02:00

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>
This commit is contained in:
Jörg Sommer 2008-02-03 00:58:07 +01:00 committed by Junio C Hamano
parent fe1fa946f5
commit 5ea55edb68

View 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>