From c7b17d319547b0226fd8832f8f1700d3dde9351a Mon Sep 17 00:00:00 2001 From: Jimmy Zelinskie Date: Tue, 9 Aug 2016 19:30:18 -0400 Subject: [PATCH] remove default text (this is generated automatically) --- cmd/trakr/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/trakr/main.go b/cmd/trakr/main.go index a49de9e..8527baf 100644 --- a/cmd/trakr/main.go +++ b/cmd/trakr/main.go @@ -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 {