mirror of
https://github.com/containers/podman.git
synced 2025-06-21 01:19:15 +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{
|
_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
|
||||||
|
Reference in New Issue
Block a user