diff options
Diffstat (limited to 'cmd/ethkey/inspect.go')
-rw-r--r-- | cmd/ethkey/inspect.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/ethkey/inspect.go b/cmd/ethkey/inspect.go index 8a7aeef84..219a5460b 100644 --- a/cmd/ethkey/inspect.go +++ b/cmd/ethkey/inspect.go @@ -23,6 +23,7 @@ var commandInspect = cli.Command{ ArgsUsage: "<keyfile>", Description: ` Print various information about the keyfile. + Private key information can be printed by using the --private flag; make sure to use this feature with great caution!`, Flags: []cli.Flag{ |