mirror of https://github.com/k3s-io/k3s
Fix cloudcfg duplicate flag error
parent
7403b2335c
commit
1c32df4aac
|
@ -36,7 +36,7 @@ const APP_VERSION = "0.1"
|
||||||
|
|
||||||
// The flag package provides a default help printer via -h switch
|
// The flag package provides a default help printer via -h switch
|
||||||
var (
|
var (
|
||||||
versionFlag = flag.Bool("v", false, "Print the version number.")
|
versionFlag = flag.Bool("V", false, "Print the version number.")
|
||||||
httpServer = flag.String("h", "", "The host to connect to.")
|
httpServer = flag.String("h", "", "The host to connect to.")
|
||||||
config = flag.String("c", "", "Path to the config file.")
|
config = flag.String("c", "", "Path to the config file.")
|
||||||
selector = flag.String("l", "", "Selector (label query) to use for listing")
|
selector = flag.String("l", "", "Selector (label query) to use for listing")
|
||||||
|
|
Loading…
Reference in New Issue