Skip to content

Commit 525c0d7

Browse files
kwibergJunio C Hamano
authored andcommitted
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>
1 parent 8676eb4 commit 525c0d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/git-svnimport.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ git-svnimport - Import a SVN repository into git
1010
SYNOPSIS
1111
--------
1212
'git-svnimport' [ -o <branch-for-HEAD> ] [ -h ] [ -v ] [ -d | -D ]
13-
[ -C <GIT_repository> ] [ -i ] [ -u ] [-l limit_rev]
14-
[ -b branch_subdir ] [ -T trunk_subdir ] [ -t tag_subdir ]
15-
[ -s start_chg ] [ -m ] [ -M regex ]
16-
<SVN_repository_URL> [ <path> ]
13+
[ -C <GIT_repository> ] [ -i ] [ -u ] [-l limit_rev]
14+
[ -b branch_subdir ] [ -T trunk_subdir ] [ -t tag_subdir ]
15+
[ -s start_chg ] [ -m ] [ -r ] [ -M regex ]
16+
<SVN_repository_URL> [ <path> ]
1717

1818

1919
DESCRIPTION

0 commit comments

Comments
 (0)