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 de4dc5b commit d862b24Copy full SHA for d862b24
Sources/containertool/containertool.swift
@@ -39,7 +39,7 @@ enum AllowHTTP: String, ExpressibleByArgument, CaseIterable { case source, desti
39
@Option(help: "Destination image reference")
40
var repository: String?
41
42
- @Option(help: "Destination image tag")
+ @Option(help: "The tag for the generated container image")
43
var tag: String?
44
45
@Option(help: "Base image reference")
0 commit comments