summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorEd Santiago <santiago@redhat.com>2019-03-12 14:07:27 -0600
committerEd Santiago <santiago@redhat.com>2019-03-12 16:29:54 -0600
commit1d49e7b73f6c36b97a241aeb0cbe4f9bde13e6d3 (patch)
tree28f9c4cfb324a29d528d157632c79da610b38d88 /cmd
parent883566fbc068cb9c24414b210d01340193575317 (diff)
downloadpodman-1d49e7b73f6c36b97a241aeb0cbe4f9bde13e6d3.tar.gz
podman-1d49e7b73f6c36b97a241aeb0cbe4f9bde13e6d3.tar.bz2
podman-1d49e7b73f6c36b97a241aeb0cbe4f9bde13e6d3.zip
minor typo fix in 'podman top' usage
Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/podman/top.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/top.go b/cmd/podman/top.go
index c2156050c..2512631c1 100644
--- a/cmd/podman/top.go
+++ b/cmd/podman/top.go
@@ -34,7 +34,7 @@ var (
%s`, getDescriptorString())
_topCommand = &cobra.Command{
- Use: "top [flags] CONTAINER [FORMAT-DESCRIPTIOS]",
+ Use: "top [flags] CONTAINER [FORMAT-DESCRIPTORS]",
Short: "Display the running processes of a container",
Long: topDescription,
RunE: func(cmd *cobra.Command, args []string) error {