Skip to content

Commit 1df1bce

Browse files
authored
Merge pull request #4140 from gottesmm/update_checkout_add_support_for_scheme_and_branch
[update-checkout] Accept scheme along side branch to set the scheme a…
2 parents cae9ded + 592999d commit 1df1bce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utils/update-checkout

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,9 @@ By default, updates your checkouts of Swift, SourceKit, LLDB, and SwiftPM.""")
193193
dest='skip_repository_list',
194194
action="append")
195195
parser.add_argument(
196-
"--branch",
197-
help='Obtain Sources for specific branch',
198-
metavar='BRANCH',
196+
"--scheme", "--branch",
197+
help='Use branches from the specified branch-scheme',
198+
metavar='BRANCH-SCHEME',
199199
dest='scheme')
200200
parser.add_argument(
201201
'--reset-to-remote',

0 commit comments

Comments
 (0)