Git development
 help / color / mirror / Atom feed
* [PATCH] Documentation/git-svnimport: document -T and -t switches correctly
@ 2006-01-01 21:32 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2006-01-01 21:32 UTC (permalink / raw)
  To: git list, Matthias Urlichs

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>

---

 Documentation/git-svnimport.txt |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

dedc4d56fc4ad95158d9de0f3c7b46cda2746659
diff --git a/Documentation/git-svnimport.txt b/Documentation/git-svnimport.txt
index f8dbee7..7583d78 100644
--- a/Documentation/git-svnimport.txt
+++ b/Documentation/git-svnimport.txt
@@ -11,7 +11,7 @@ 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 ]
+			[ -b branch_subdir ] [ -T trunk_subdir ] [ -t tag_subdir ]
 			[ -s start_chg ] [ -m ] [ -M regex ]
 			<SVN_repository_URL> [ <path> ]
 
@@ -47,10 +47,10 @@ When importing incementally, you might n
 	ensures the working directory and index remain untouched and will
 	not create them if they do not exist.
 
--t <trunk_subdir>::
+-T <trunk_subdir>::
 	Name the SVN trunk. Default "trunk".
 
--T <tag_subdir>::
+-t <tag_subdir>::
 	Name the SVN subdirectory for tags. Default "tags".
 
 -b <branch_subdir>::
-- 
1.0.GIT

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2006-01-01 21:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-01 21:32 [PATCH] Documentation/git-svnimport: document -T and -t switches correctly Eric Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox