Merge pull request #3101 from giuseppe/make-events-uppercase

podman: fix events help string
This commit is contained in:
OpenShift Merge Robot
2019-05-13 22:13:49 +02:00
committed by GitHub

View File

@ -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