mirror of
https://github.com/containers/podman.git
synced 2025-06-21 17:38:12 +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())
|
%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 {
|
||||||
|
Reference in New Issue
Block a user