fix help message (#1228)
This commit is contained in:
parent
ad28a979e9
commit
4fc7335112
1 changed files with 1 additions and 1 deletions
|
@ -410,7 +410,7 @@ func NewConfigCmd() *cobra.Command {
|
|||
}
|
||||
},
|
||||
}
|
||||
cmdConfigShow.Flags().StringVar(&key, "key", "", "Display only this value (config.API.Server.ListenURI")
|
||||
cmdConfigShow.Flags().StringVar(&key, "key", "", "Display only this value (Config.API.Server.ListenURI)")
|
||||
cmdConfig.AddCommand(cmdConfigShow)
|
||||
|
||||
var cmdConfigBackup = &cobra.Command{
|
||||
|
|
Loading…
Reference in a new issue