Skip to content

Commit 243705a

Browse files
committed
Updated README to note that '--branches' and '--tags' can be passed multiple times.
1 parent 3d9a510 commit 243705a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ Options Reference
208208
--username NAME Username for transports that needs it (http(s), svn)
209209
--password PASS Password for transports that needs it (http(s), svn)
210210
--trunk TRUNK_PATH Subpath to trunk from repository URL (default: trunk)
211-
--branches BRANCHES_PATH Subpath to branches from repository URL (default: branches)
212-
--tags TAGS_PATH Subpath to tags from repository URL (default: tags)
211+
--branches BRANCHES_PATH Subpath to branches from repository URL (default: branches); can be used multiple times
212+
--tags TAGS_PATH Subpath to tags from repository URL (default: tags); can be used multiple times
213213
--rootistrunk Use this if the root level of the repo is equivalent to the trunk and there are no tags or branches
214214
--notrunk Do not import anything from trunk
215215
--nobranches Do not try to import any branches

0 commit comments

Comments
 (0)