diff options
author | Karl Hasselström <kha@treskal.com> | 2006-02-26 06:11:24 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-02-26 21:34:41 -0800 |
commit | 525c0d713c101cf795980aec3baa08f49ec7147f (patch) | |
tree | fe0f864c68de219ea8aaebede616befd41dec8b4 /Documentation/git-svnimport.txt | |
parent | 8676eb43133cebe5121b8426f0e67f32c5cdefaa (diff) | |
download | git-525c0d713c101cf795980aec3baa08f49ec7147f.tar.gz git-525c0d713c101cf795980aec3baa08f49ec7147f.tar.xz |
svnimport: Mention -r in usage summary
I added the -r option to git-svnimport some time ago, but forgot to
update the usage summary in the documentation.
Signed-off-by: Karl Hasselström <kha@treskal.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-svnimport.txt')
-rw-r--r-- | Documentation/git-svnimport.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/git-svnimport.txt b/Documentation/git-svnimport.txt index 5c543d5d1..b5c772147 100644 --- a/Documentation/git-svnimport.txt +++ b/Documentation/git-svnimport.txt @@ -10,10 +10,10 @@ git-svnimport - Import a SVN repository into git 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> ] + [ -C <GIT_repository> ] [ -i ] [ -u ] [-l limit_rev] + [ -b branch_subdir ] [ -T trunk_subdir ] [ -t tag_subdir ] + [ -s start_chg ] [ -m ] [ -r ] [ -M regex ] + <SVN_repository_URL> [ <path> ] DESCRIPTION |