diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-01-22 15:28:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-22 15:28:19 +0100 |
commit | 7838a13b61ee893a6dad5cf4cc4e36c5ab74b855 (patch) | |
tree | 84f0df8442d5fd412c9b2838260e9d5cc16c989b /cmd/podman/commands.go | |
parent | ec969875fa13e90f4ce696e9d24b86a02f79f54a (diff) | |
parent | 5c8e7ed0dee117c9d423849f09f82d15957893a8 (diff) | |
download | podman-7838a13b61ee893a6dad5cf4cc4e36c5ab74b855.tar.gz podman-7838a13b61ee893a6dad5cf4cc4e36c5ab74b855.tar.bz2 podman-7838a13b61ee893a6dad5cf4cc4e36c5ab74b855.zip |
Merge pull request #2199 from baude/remoteversion
enable podman-remote version
Diffstat (limited to 'cmd/podman/commands.go')
-rw-r--r-- | cmd/podman/commands.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/podman/commands.go b/cmd/podman/commands.go index 98eb92bab..718717009 100644 --- a/cmd/podman/commands.go +++ b/cmd/podman/commands.go @@ -38,7 +38,6 @@ func getAppCommands() []cli.Command { topCommand, umountCommand, unpauseCommand, - versionCommand, volumeCommand, waitCommand, } |