From e0cf89a794a5efeaad45b6bde23b140e246d9db5 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Sun, 13 Jan 2013 21:40:28 +0100 Subject: [PATCH] update help for importprivkey --- electrum | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electrum b/electrum index 15e910246..4ce9fddc8 100755 --- a/electrum +++ b/electrum @@ -71,7 +71,7 @@ options:\n --fee, -f: set transaction fee\n --fromaddr, -s: send from address 'seed': "Print the generation seed of your wallet.", 'importprivkey': - 'Imports a key pair\nSyntax: import
:', + 'Import a private key\nSyntax: importprivkey ', 'signmessage': 'Signs a message with a key\nSyntax: signmessage
\nIf you want to lead or end a message with spaces, or want double spaces inside the message make sure you quote the string. I.e. " Hello This is a weird String "', 'verifymessage':