Update config.go (#294)

Fixed 'config show' example.
This commit is contained in:
Peter 2020-10-06 16:58:02 +02:00 committed by GitHub
parent 07d386cd9c
commit 92c5b8c263
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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