mirror of
https://github.com/containers/podman.git
synced 2025-06-21 01:19:15 +08:00
minor typo fix in 'podman top' usage
Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user