mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-29 17:36:38 +08:00
Merge pull request #4573 from ipfs/fix/4572
fix outdated warning about private key in 'config show'
This commit is contained in:
@ -150,8 +150,7 @@ var configShowCmd = &cmds.Command{
|
||||
Helptext: cmdkit.HelpText{
|
||||
Tagline: "Output config file contents.",
|
||||
ShortDescription: `
|
||||
WARNING: Your private key is stored in the config file, and it will be
|
||||
included in the output of this command.
|
||||
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.
|
||||
`,
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user