update help for importprivkey

This commit is contained in:
ThomasV 2013-01-13 21:40:28 +01:00
parent c6bc4708df
commit e0cf89a794
1 changed files with 1 additions and 1 deletions

View File

@ -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 <address>:<privatekey>',
'Import a private key\nSyntax: importprivkey <privatekey>',
'signmessage':
'Signs a message with a key\nSyntax: signmessage <address> <message>\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':