remove default text (this is generated automatically)

This commit is contained in:
Jimmy Zelinskie 2016-08-09 19:30:18 -04:00
parent 11d90b088c
commit c7b17d3195

View file

@ -164,7 +164,7 @@ func main() {
},
}
rootCmd.Flags().StringVar(&configFilePath, "config", "/etc/trakr.yaml", "location of configuration file (defaults to /etc/trakr.yaml)")
rootCmd.Flags().StringVar(&configFilePath, "config", "/etc/trakr.yaml", "location of configuration file")
rootCmd.Flags().StringVarP(&cpuProfilePath, "cpuprofile", "", "", "location to save a CPU profile")
if err := rootCmd.Execute(); err != nil {