Skip to content

Commit 66b0b57

Browse files
author
Enrico Granata
committed
Fix grammar issue in help text
1 parent 36cc043 commit 66b0b57

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
@@ -93,7 +93,7 @@ By default, updates your checkouts of Swift, SourceKit, LLDB, and SwiftPM.""")
9393
help="Obtain Sources for Swift and Related Projects via SSH",
9494
action="store_true")
9595
parser.add_argument("--skip-history",
96-
help="Skip histories when obtain sources",
96+
help="Skip histories when obtaining sources",
9797
action="store_true")
9898
parser.add_argument("--skip-repository",
9999
metavar="DIRECTORY",

0 commit comments

Comments
 (0)