minor typo fix in 'podman top' usage

Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
Ed Santiago 2019-03-12 14:07:27 -06:00
parent 883566fbc0
commit 1d49e7b73f

View file

@ -34,7 +34,7 @@ var (
%s`, getDescriptorString()) %s`, getDescriptorString())
_topCommand = &cobra.Command{ _topCommand = &cobra.Command{
Use: "top [flags] CONTAINER [FORMAT-DESCRIPTIOS]", Use: "top [flags] CONTAINER [FORMAT-DESCRIPTORS]",
Short: "Display the running processes of a container", Short: "Display the running processes of a container",
Long: topDescription, Long: topDescription,
RunE: func(cmd *cobra.Command, args []string) error { RunE: func(cmd *cobra.Command, args []string) error {