Skip to content

Commit 9dafc3b

Browse files
authored
Merge pull request swiftlang#30426 from valeriyvan/update_checkout.py
2 parents 7926880 + f3655ad commit 9dafc3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/update_checkout/update_checkout/update_checkout.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,9 +450,9 @@ def main():
450450
parser = argparse.ArgumentParser(
451451
formatter_class=argparse.RawDescriptionHelpFormatter,
452452
description="""
453+
By default, updates your checkouts of Swift, SourceKit, LLDB, and SwiftPM
453454
repositories.
454-
455-
By default, updates your checkouts of Swift, SourceKit, LLDB, and SwiftPM.""")
455+
""")
456456
parser.add_argument(
457457
"--clone",
458458
help="Obtain Sources for Swift and Related Projects",

0 commit comments

Comments
 (0)