We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d862b24 commit 3b8aa46Copy full SHA for 3b8aa46
Sources/containertool/containertool.swift
@@ -91,7 +91,7 @@ enum AllowHTTP: String, ExpressibleByArgument, CaseIterable { case source, desti
91
)
92
var password: String?
93
94
- @Option(help: "Default password, used if there are no matching entries in .netrc")
+ @Option(help: "The default password to use if the tool can't find a matching entry in .netrc")
95
var defaultPassword: String?
96
97
@Flag(inversion: .prefixedEnableDisable, exclusivity: .exclusive, help: "Load credentials from a netrc file")
0 commit comments