mirror of
https://github.com/minio/minio.git
synced 2025-11-09 05:34:56 -05:00
standardize config help defaults (#14788)
This commit is contained in:
@@ -119,7 +119,7 @@ var DefaultKVS = config.KVS{
|
||||
var Help = config.HelpKVS{
|
||||
config.HelpKV{
|
||||
Key: skipVerify,
|
||||
Description: `trust client certificates without verification. Defaults to "off" (verify)`,
|
||||
Description: `trust client certificates without verification (default: 'off')`,
|
||||
Optional: true,
|
||||
Type: "on|off",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user