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), }