From fe390bc28a078b903aa06ea2e5ec97e6eef3f232 Mon Sep 17 00:00:00 2001 From: Jose Donizetti Date: Mon, 2 Oct 2017 06:22:04 -0300 Subject: [PATCH] Improve amtool check-config use and description text (#1016) --- cli/check_config.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/check_config.go b/cli/check_config.go index 6afce93d..b1e069d3 100644 --- a/cli/check_config.go +++ b/cli/check_config.go @@ -10,10 +10,10 @@ import ( // alertCmd represents the alert command var checkConfigCmd = &cobra.Command{ - Use: "check-config", + Use: "check-config file1 [file2] ...", Args: cobra.MinimumNArgs(1), - Short: "Validate configuration files for correctness", - Long: `Validate configuration files for correctness + Short: "Validate alertmanager config files", + Long: `Validate alertmanager config files Will validate the syntax and schema for alertmanager config file and associated templates. Non existing templates will not trigger