Autogenerated man pages for 026351a03507dc3a2e89e068c01234dc55914df2
[git.git] / man1 / git-svnimport.1
index 71fcbc7..9c9d583 100755 (executable)
@@ -23,7 +23,7 @@ git-svnimport \- Import a SVN repository into git
 .SH "SYNOPSIS"
 
 
-git\-svnimport [ \-o <branch\-for\-HEAD> ] [ \-h ] [ \-v ] [ \-d | \-D ] [ \-C <GIT_repository> ] [ \-i ] [ \-u ] [\-l limit_rev] [ \-b branch_subdir ] [ \-t trunk_subdir ] [ \-T tag_subdir ] [ \-s start_chg ] [ \-m ] [ \-M regex ] <SVN_repository_URL> [ <path> ]
+git\-svnimport [ \-o <branch\-for\-HEAD> ] [ \-h ] [ \-v ] [ \-d | \-D ] [ \-C <GIT_repository> ] [ \-i ] [ \-u ] [\-l limit_rev] [ \-b branch_subdir ] [ \-T trunk_subdir ] [ \-t tag_subdir ] [ \-s start_chg ] [ \-m ] [ \-M regex ] <SVN_repository_URL> [ <path> ]
 
 .SH "DESCRIPTION"
 
@@ -52,18 +52,18 @@ The GIT repository to import to\&. If the directory doesn't exist, it will be cr
 \-s <start_rev>
 Start importing at this SVN change number\&. The default is 1\&.
 
-When importing incementally, you might need to edit the \&.git/svn2git file\&.
+When importing incrementally, you might need to edit the \&.git/svn2git file\&.
 
 .TP
 \-i
 Import\-only: don't perform a checkout after importing\&. This option ensures the working directory and index remain untouched and will not create them if they do not exist\&.
 
 .TP
-\-t <trunk_subdir>
+\-T <trunk_subdir>
 Name the SVN trunk\&. Default "trunk"\&.
 
 .TP
-\-T <tag_subdir>
+\-t <tag_subdir>
 Name the SVN subdirectory for tags\&. Default "tags"\&.
 
 .TP