summaryrefslogtreecommitdiff
path: root/cmd/podman/port.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/port.go')
-rw-r--r--cmd/podman/port.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/port.go b/cmd/podman/port.go
index 6b458c3c8..5a5b6127b 100644
--- a/cmd/podman/port.go
+++ b/cmd/podman/port.go
@@ -34,6 +34,7 @@ var (
func init() {
portCommand.Command = _portCommand
+ portCommand.SetUsageTemplate(UsageTemplate())
flags := portCommand.Flags()
flags.BoolVarP(&portCommand.All, "all", "a", false, "Display port information for all containers")