1
0
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:
Whyrusleeping
2018-01-10 09:16:57 -08:00
committed by GitHub

View File

@ -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.
`,
},