mirror of
https://github.com/ipfs/kubo.git
synced 2025-07-01 02:30:39 +08:00
fix outdated warning about private key in 'config show'
We now omit it. fixes #4572 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
This commit is contained in:
@ -150,8 +150,7 @@ var configShowCmd = &cmds.Command{
|
|||||||
Helptext: cmdkit.HelpText{
|
Helptext: cmdkit.HelpText{
|
||||||
Tagline: "Output config file contents.",
|
Tagline: "Output config file contents.",
|
||||||
ShortDescription: `
|
ShortDescription: `
|
||||||
WARNING: Your private key is stored in the config file, and it will be
|
NOTE: For security reasons, this command will omit your private key. If you would like to make a full backup of your config (private key included), you must copy the config file from your repo.
|
||||||
included in the output of this command.
|
|
||||||
`,
|
`,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user