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:
Giuseppe Scrivano
2019-05-10 09:56:22 +02:00
parent d2571c7fd4
commit 0cb11dec44

View File

@ -13,7 +13,7 @@ var (
_eventsCommand = &cobra.Command{ _eventsCommand = &cobra.Command{
Use: "events", Use: "events",
Args: noSubArgs, Args: noSubArgs,
Short: "show podman events", Short: "Show podman events",
Long: eventsDescription, Long: eventsDescription,
RunE: func(cmd *cobra.Command, args []string) error { RunE: func(cmd *cobra.Command, args []string) error {
eventsCommand.InputArgs = args eventsCommand.InputArgs = args