From 2ed8e622bf6b718d4808e1dd2e564247f9931dde Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 1 Jan 2006 13:32:53 -0800 Subject: [PATCH] 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 Signed-off-by: Junio C Hamano --- Documentation/git-svnimport.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/git-svnimport.txt b/Documentation/git-svnimport.txt index 6e342f58..db1ce38d 100644 --- a/Documentation/git-svnimport.txt +++ b/Documentation/git-svnimport.txt @@ -11,7 +11,7 @@ SYNOPSIS -------- 'git-svnimport' [ -o ] [ -h ] [ -v ] [ -d | -D ] [ -C ] [ -i ] [ -u ] [-l limit_rev] - [ -b branch_subdir ] [ -t trunk_subdir ] [ -T tag_subdir ] + [ -b branch_subdir ] [ -T trunk_subdir ] [ -t tag_subdir ] [ -s start_chg ] [ -m ] [ -M regex ] [ ] @@ -47,10 +47,10 @@ When importing incrementally, you might need to edit the .git/svn2git file. ensures the working directory and index remain untouched and will not create them if they do not exist. --t :: +-T :: Name the SVN trunk. Default "trunk". --T :: +-t :: Name the SVN subdirectory for tags. Default "tags". -b :: -- 2.11.0