Skip to content

Commit 2c65c77

Browse files
authored
[update-checkout] Replace --branch with --scheme
...in an error message.
1 parent 615800b commit 2c65c77

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)