diff options
Diffstat (limited to 'cmd/podman/events.go')
-rw-r--r-- | cmd/podman/events.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/events.go b/cmd/podman/events.go index f6c20e8ff..4c11fe1f3 100644 --- a/cmd/podman/events.go +++ b/cmd/podman/events.go @@ -18,6 +18,7 @@ var ( RunE: func(cmd *cobra.Command, args []string) error { eventsCommand.InputArgs = args eventsCommand.GlobalFlags = MainGlobalOpts + eventsCommand.Remote = remoteclient return eventsCmd(&eventsCommand) }, Example: `podman events |