summaryrefslogtreecommitdiff
path: root/cmd/podman/top.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/top.go')
-rw-r--r--cmd/podman/top.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/cmd/podman/top.go b/cmd/podman/top.go
index 51b813e5a..d85e1be53 100644
--- a/cmd/podman/top.go
+++ b/cmd/podman/top.go
@@ -42,7 +42,9 @@ the latest container.
topCommand.GlobalFlags = MainGlobalOpts
return topCmd(&topCommand)
},
- Example: "CONTAINER-NAME [format descriptors]",
+ Example: `podman top ctrID
+ podman top --latest
+ podman top ctrID pid seccomp args %C`,
}
)