@cryptotaxi247 / kubo / commits / 8a9a76f19

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>

Steven Allen committed Jan 9, 2018 at 19:24 UTC 8a9a76f193213cc40c99206b86e83d76f7d4bc26
1 file changed +1 -2
core/commands/config.go
+1 -2
@@ -150,8 +150,7 @@ var configShowCmd = &cmds.Command{
150 Helptext: cmdkit.HelpText{
151 Tagline: "Output config file contents.",
152 ShortDescription: `
153 -WARNING: Your private key is stored in the config file, and it will be
154 -included in the output of this command.
153 +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.
154 `,
155 },
156