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