Skip to content

Commit f3655ad

Browse files
committed
Fixes usage description of update_checkout.py
1 parent b5c0b6d commit f3655ad

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)