Skip to content

Commit 58bec74

Browse files
authored
Merge pull request #6918 from apple/moiseev-patch-1
[update-checkout] Replace `--branch` with `--scheme`
2 parents 2c930a1 + 2c65c77 commit 58bec74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/update-checkout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ By default, updates your checkouts of Swift, SourceKit, LLDB, and SwiftPM.""")
323323
args = parser.parse_args()
324324

325325
if args.reset_to_remote and not args.scheme:
326-
print("update-checkout usage error: --reset-to-remote must specify --branch=foo")
326+
print("update-checkout usage error: --reset-to-remote must specify --scheme=foo")
327327
exit(1)
328328

329329
clone = args.clone

0 commit comments

Comments
 (0)