summaryrefslogtreecommitdiff
path: root/cmd/podman/commands.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-02-27 22:15:31 +0100
committerGitHub <noreply@github.com>2019-02-27 22:15:31 +0100
commit4e553cfd468c06ae45a88c51c57137dc4607ffe4 (patch)
treecd62c7836ef625cc837b941071b7a21f5e447df0 /cmd/podman/commands.go
parent404252806730ffc2d08e16af3948e33baf924b3f (diff)
parent4a33ee2ab337b84bbfbc0045c08ac3d43073d702 (diff)
downloadpodman-4e553cfd468c06ae45a88c51c57137dc4607ffe4.tar.gz
podman-4e553cfd468c06ae45a88c51c57137dc4607ffe4.tar.bz2
podman-4e553cfd468c06ae45a88c51c57137dc4607ffe4.zip
Merge pull request #2471 from baude/clifixups
fix up a number of misplace commands
Diffstat (limited to 'cmd/podman/commands.go')
-rw-r--r--cmd/podman/commands.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/podman/commands.go b/cmd/podman/commands.go
index 73e02e27a..fd36e77d5 100644
--- a/cmd/podman/commands.go
+++ b/cmd/podman/commands.go
@@ -30,7 +30,6 @@ func getMainCommands() []*cobra.Command {
_rmCommand,
_runCommand,
_searchCommand,
- _signCommand,
_startCommand,
_statsCommand,
_stopCommand,
@@ -49,7 +48,6 @@ func getMainCommands() []*cobra.Command {
// Commands that the local client implements
func getImageSubCommands() []*cobra.Command {
return []*cobra.Command{
- _loadCommand,
_signCommand,
}
}