diff options
Diffstat (limited to 'cmd/podman/logout.go')
-rw-r--r-- | cmd/podman/logout.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/podman/logout.go b/cmd/podman/logout.go index 02bde7857..4d0f156e4 100644 --- a/cmd/podman/logout.go +++ b/cmd/podman/logout.go @@ -32,7 +32,6 @@ func init() { flags.BoolVarP(&logoutCommand.All, "all", "a", false, "Remove the cached credentials for all registries in the auth file") flags.StringVar(&logoutCommand.Authfile, "authfile", "", "Path of the authentication file. Default is ${XDG_RUNTIME_DIR}/containers/auth.json. Use REGISTRY_AUTH_FILE environment variable to override") - rootCmd.AddCommand(logoutCommand.Command) } // logoutCmd uses the authentication package to remove the authenticated of a registry |