diff --git a/cmd/root.go b/cmd/root.go index d0e9101f2af..d2849b0fbc6 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -69,7 +69,7 @@ func init() { // Cobra supports Persistent Flags, which, if defined here, // will be global for your application. - //RootCmd.PersistentFlags().StringVar(&cfgFile, "config", "", "Config file (default is $HOME/.hydra.yaml)") + RootCmd.PersistentFlags().StringVar(&cfgFile, "config", "", "Config file (default is $HOME/.hydra.yaml)") RootCmd.PersistentFlags().Bool("skip-tls-verify", false, "Foolishly accept TLS certificates signed by unkown certificate authorities") // Cobra also supports local flags, which will only run