mirror of
https://github.com/containers/podman.git
synced 2025-06-19 08:09:12 +08:00
Merge pull request #3101 from giuseppe/make-events-uppercase
podman: fix events help string
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