remove default text (this is generated automatically)
This commit is contained in:
parent
11d90b088c
commit
c7b17d3195
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue