diff options
author | zelig <viktor.tron@gmail.com> | 2015-05-20 09:42:10 +0800 |
---|---|---|
committer | zelig <viktor.tron@gmail.com> | 2015-05-20 09:47:13 +0800 |
commit | d92172f3d484cf54653e1dcdfde5a94f100448fa (patch) | |
tree | 05617f687617d1aa39cf1f79401c85cad6f5b17c /cmd | |
parent | 4201a181178c1b72bcd30c07ef026dee1bbfde88 (diff) | |
download | dexon-d92172f3d484cf54653e1dcdfde5a94f100448fa.tar.gz dexon-d92172f3d484cf54653e1dcdfde5a94f100448fa.tar.zst dexon-d92172f3d484cf54653e1dcdfde5a94f100448fa.zip |
add usage doc to wallet import
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/geth/main.go | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/cmd/geth/main.go b/cmd/geth/main.go index d102e3158..ba253bbeb 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -99,7 +99,15 @@ The output of this command is supposed to be machine-readable. Usage: "import ethereum presale wallet", }, }, - }, + Description: ` + + get wallet import /path/to/my/presale.wallet + +will prompt for your password and imports your ether presale account. +It can be used non-interactively with the --password option taking a +passwordfile as argument containing the wallet password in plaintext. + +`}, { Action: accountList, Name: "account", |