diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-02-24 21:33:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-24 21:33:15 +0100 |
commit | 553ac800c87b31de0bb22ae0c6f2e2e24bdcfe73 (patch) | |
tree | 8bdc72b207e6b2762376ac59dd05b5f836587180 /cmd/podman/commands.go | |
parent | 53b147d215df89144fcfe00fcf084acf9368f4a2 (diff) | |
parent | 3642ce837f9307a6724d3fe863e6a55f2b3acf9b (diff) | |
download | podman-553ac800c87b31de0bb22ae0c6f2e2e24bdcfe73.tar.gz podman-553ac800c87b31de0bb22ae0c6f2e2e24bdcfe73.tar.bz2 podman-553ac800c87b31de0bb22ae0c6f2e2e24bdcfe73.zip |
Merge pull request #2419 from rhatdan/play
Fix play to show up in podman help
Diffstat (limited to 'cmd/podman/commands.go')
-rw-r--r-- | cmd/podman/commands.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/podman/commands.go b/cmd/podman/commands.go index 310ec8378..fef5f1763 100644 --- a/cmd/podman/commands.go +++ b/cmd/podman/commands.go @@ -16,8 +16,9 @@ func getMainCommands() []*cobra.Command { _createCommand, _diffCommand, _execCommand, - generateCommand.Command, + _generateCommand, _containerKubeCommand, + _playCommand, _psCommand, _loginCommand, _logoutCommand, |