From 6c1617fd1391cec442aed9f274fc18471f14bfe1 Mon Sep 17 00:00:00 2001 From: Goutham Veeramachaneni Date: Fri, 16 Jun 2017 15:55:13 +0530 Subject: [PATCH] Simplify usage string Signed-off-by: Goutham Veeramachaneni --- cmd/prometheus/main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmd/prometheus/main.go b/cmd/prometheus/main.go index 8bd8dd7c5..3b9b4b3fb 100644 --- a/cmd/prometheus/main.go +++ b/cmd/prometheus/main.go @@ -62,8 +62,7 @@ func init() { func newRootCmd() *cobra.Command { rootCmd := &cobra.Command{ Use: "prometheus", - Short: "./prometheus --config.file=\"prometheus.yaml\"", - //Long: usage(), + Short: "prometheus --config.file=prometheus.yaml", Run: func(cmd *cobra.Command, args []string) { os.Exit(Main()) },