Make english more english

This commit is contained in:
Laurence 2024-01-20 15:48:28 +00:00
parent 4b5bd679f4
commit 5ef27d7b1e
No known key found for this signature in database
GPG key ID: B053BEE3478E8FEF

View file

@ -247,7 +247,7 @@ func (cli cliNotifications) NewTestCmd() *cobra.Command {
cmd := &cobra.Command{
Use: "test [plugin name]",
Short: "send a generic test alert to notification plugin",
Long: `send a generic test alert to a notification plugin to test configuration even if is not active`,
Long: `send a generic test alert to a notification plugin even if it is not active in profiles`,
Example: `cscli notifications test [plugin_name]`,
Args: cobra.ExactArgs(1),
DisableAutoGenTag: true,