Skip to content

Commit 5ea55ed

Browse files
jo-sogitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent fe1fa94 commit 5ea55ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-remote.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SYNOPSIS
1010
--------
1111
[verse]
1212
'git-remote'
13-
'git-remote' add [-t <branch>] [-m <branch>] [-f] [--mirror] <name> <url>
13+
'git-remote' add [-t <branch>] [-m <master>] [-f] [--mirror] <name> <url>
1414
'git-remote' rm <name>
1515
'git-remote' show <name>
1616
'git-remote' prune <name>

0 commit comments

Comments
 (0)