Skip to content

Commit 3b8aa46

Browse files
euanhheckj
andauthored
Update Sources/containertool/containertool.swift
Co-authored-by: Joseph Heck <[email protected]>
1 parent d862b24 commit 3b8aa46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/containertool/containertool.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ enum AllowHTTP: String, ExpressibleByArgument, CaseIterable { case source, desti
9191
)
9292
var password: String?
9393

94-
@Option(help: "Default password, used if there are no matching entries in .netrc")
94+
@Option(help: "The default password to use if the tool can't find a matching entry in .netrc")
9595
var defaultPassword: String?
9696

9797
@Flag(inversion: .prefixedEnableDisable, exclusivity: .exclusive, help: "Load credentials from a netrc file")

0 commit comments

Comments
 (0)