summaryrefslogtreecommitdiff
path: root/cmd/podmanV2/images/untag.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podmanV2/images/untag.go')
-rw-r--r--cmd/podmanV2/images/untag.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/podmanV2/images/untag.go b/cmd/podmanV2/images/untag.go
index c84827bb3..5eca1cb78 100644
--- a/cmd/podmanV2/images/untag.go
+++ b/cmd/podmanV2/images/untag.go
@@ -24,8 +24,6 @@ func init() {
Mode: []entities.EngineMode{entities.ABIMode, entities.TunnelMode},
Command: untagCommand,
})
- untagCommand.SetHelpTemplate(registry.HelpTemplate())
- untagCommand.SetUsageTemplate(registry.UsageTemplate())
}
func untag(cmd *cobra.Command, args []string) error {