From 8a9a76f193213cc40c99206b86e83d76f7d4bc26 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Tue, 9 Jan 2018 19:24:00 -0800 Subject: [PATCH] fix outdated warning about private key in 'config show' We now omit it. fixes #4572 License: MIT Signed-off-by: Steven Allen --- core/commands/config.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/commands/config.go b/core/commands/config.go index 75e64b564..55e0af8f8 100644 --- a/core/commands/config.go +++ b/core/commands/config.go @@ -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. `, },