diff options
author | Ed Santiago <santiago@redhat.com> | 2019-03-12 14:07:27 -0600 |
---|---|---|
committer | Ed Santiago <santiago@redhat.com> | 2019-03-12 16:29:54 -0600 |
commit | 1d49e7b73f6c36b97a241aeb0cbe4f9bde13e6d3 (patch) | |
tree | 28f9c4cfb324a29d528d157632c79da610b38d88 /cmd/podman | |
parent | 883566fbc068cb9c24414b210d01340193575317 (diff) | |
download | podman-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/podman')
-rw-r--r-- | cmd/podman/top.go | 2 |
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 { |