Skip to content

Commit d8c3f98

Browse files
mattttomerd
andauthored
Update Sources/Commands/Options.swift
Co-authored-by: tomer doron <[email protected]>
1 parent aad4db1 commit d8c3f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Commands/Options.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ public struct SwiftToolOptions: ParsableArguments {
239239
var enableResolverTrace: Bool = false
240240

241241
@Flag(name: .customLong("enable-package-registry"),
242-
help: "Resolve dependencies using a package registry")
242+
help: "Enable dependencies resolution using a package registry when one available")
243243
var enablePackageRegistry: Bool = false
244244

245245
/// The number of jobs for llbuild to start (aka the number of schedulerLanes)

0 commit comments

Comments
 (0)