From 92c5b8c263930b45186d22a170d3398f9e319d8f Mon Sep 17 00:00:00 2001 From: Peter Date: Tue, 6 Oct 2020 16:58:02 +0200 Subject: [PATCH] Update config.go (#294) Fixed 'config show' example. --- cmd/crowdsec-cli/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/crowdsec-cli/config.go b/cmd/crowdsec-cli/config.go index 4216b35be..0952fcce3 100644 --- a/cmd/crowdsec-cli/config.go +++ b/cmd/crowdsec-cli/config.go @@ -31,7 +31,7 @@ func NewConfigCmd() *cobra.Command { Short: "Allows to view/edit cscli config", Long: `Allow to configure database plugin path and installation directory. If no commands are specified, config is in interactive mode.`, - Example: ` - cscli config show + Example: `- cscli config show - cscli config prompt`, Args: cobra.ExactArgs(1), }