Skip to content

Commit d862b24

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

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
@@ -39,7 +39,7 @@ enum AllowHTTP: String, ExpressibleByArgument, CaseIterable { case source, desti
3939
@Option(help: "Destination image reference")
4040
var repository: String?
4141

42-
@Option(help: "Destination image tag")
42+
@Option(help: "The tag for the generated container image")
4343
var tag: String?
4444

4545
@Option(help: "Base image reference")

0 commit comments

Comments
 (0)