Skip to content

Commit 2ed8e62

Browse files
Eric WongJunio C Hamano
authored andcommitted
Documentation/git-svnimport: document -T and -t switches correctly
The -T and -t switches are swapped in the documentation and actual code. I've made the documentation match the code. Signed-off-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 2961e0e commit 2ed8e62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/git-svnimport.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SYNOPSIS
1111
--------
1212
'git-svnimport' [ -o <branch-for-HEAD> ] [ -h ] [ -v ] [ -d | -D ]
1313
[ -C <GIT_repository> ] [ -i ] [ -u ] [-l limit_rev]
14-
[ -b branch_subdir ] [ -t trunk_subdir ] [ -T tag_subdir ]
14+
[ -b branch_subdir ] [ -T trunk_subdir ] [ -t tag_subdir ]
1515
[ -s start_chg ] [ -m ] [ -M regex ]
1616
<SVN_repository_URL> [ <path> ]
1717

@@ -47,10 +47,10 @@ When importing incrementally, you might need to edit the .git/svn2git file.
4747
ensures the working directory and index remain untouched and will
4848
not create them if they do not exist.
4949

50-
-t <trunk_subdir>::
50+
-T <trunk_subdir>::
5151
Name the SVN trunk. Default "trunk".
5252

53-
-T <tag_subdir>::
53+
-t <tag_subdir>::
5454
Name the SVN subdirectory for tags. Default "tags".
5555

5656
-b <branch_subdir>::

0 commit comments

Comments
 (0)