mirror of
https://github.com/containers/podman.git
synced 2025-06-20 00:51:16 +08:00
podman: fix events help string
make it uppercase as all the other ones. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
@ -13,7 +13,7 @@ var (
|
||||
_eventsCommand = &cobra.Command{
|
||||
Use: "events",
|
||||
Args: noSubArgs,
|
||||
Short: "show podman events",
|
||||
Short: "Show podman events",
|
||||
Long: eventsDescription,
|
||||
RunE: func(cmd *cobra.Command, args []string) error {
|
||||
eventsCommand.InputArgs = args
|
||||
|
Reference in New Issue
Block a user