remove -c for podman remote global options

it conflicts with commit

Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
baude
2019-06-04 18:06:24 -05:00
parent 3fb9669a63
commit 13a961a2cf

View File

@ -9,7 +9,7 @@ import (
const remote = true
func init() {
rootCmd.PersistentFlags().StringVarP(&MainGlobalOpts.ConnectionName, "connection", "c", "", "remote connection name")
rootCmd.PersistentFlags().StringVar(&MainGlobalOpts.ConnectionName, "connection", "", "remote connection name")
rootCmd.PersistentFlags().StringVar(&MainGlobalOpts.RemoteConfigFilePath, "remote-config-path", "", "alternate path for configuration file")
rootCmd.PersistentFlags().StringVar(&MainGlobalOpts.RemoteUserName, "username", "", "username on the remote host")
rootCmd.PersistentFlags().StringVar(&MainGlobalOpts.RemoteHost, "remote-host", "", "remote host")