diff options
author | Felix Lange <fjl@users.noreply.github.com> | 2018-01-16 22:42:41 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-16 22:42:41 +0800 |
commit | f08cd94fb755471cb78091af99ef7026afb392f3 (patch) | |
tree | dbcb5f01698b4fe13d5b79ab369056fcfefada90 /cmd/ethkey/inspect.go | |
parent | 216e584899ed522088419438c9c605a20b5dc9ae (diff) | |
download | go-tangerine-f08cd94fb755471cb78091af99ef7026afb392f3.tar go-tangerine-f08cd94fb755471cb78091af99ef7026afb392f3.tar.gz go-tangerine-f08cd94fb755471cb78091af99ef7026afb392f3.tar.bz2 go-tangerine-f08cd94fb755471cb78091af99ef7026afb392f3.tar.lz go-tangerine-f08cd94fb755471cb78091af99ef7026afb392f3.tar.xz go-tangerine-f08cd94fb755471cb78091af99ef7026afb392f3.tar.zst go-tangerine-f08cd94fb755471cb78091af99ef7026afb392f3.zip |
cmd/ethkey: fix formatting, review nits (#15807)
This commit:
- Adds a --msgfile option to read the message to sign from a file
instead of command line argument.
- Adds a unit test for signing subcommands.
- Removes some weird whitespace in the code.
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{ |