diff options
Diffstat (limited to 'cmd/podman/load.go')
-rw-r--r-- | cmd/podman/load.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/podman/load.go b/cmd/podman/load.go index 90268ca8f..c50cd1608 100644 --- a/cmd/podman/load.go +++ b/cmd/podman/load.go @@ -39,7 +39,6 @@ func init() { flags.BoolVarP(&loadCommand.Quiet, "quiet", "q", false, "Suppress the output") flags.StringVar(&loadCommand.SignaturePolicy, "signature-policy", "", "Pathname of signature policy file (not usually used)") - rootCmd.AddCommand(loadCommand.Command) } // loadCmd gets the image/file to be loaded from the command line |