From a2db281494e9cd233e8e7fd9627b7e53d41ad7b6 Mon Sep 17 00:00:00 2001 From: Maran Date: Sun, 26 Aug 2012 22:15:09 +0200 Subject: [PATCH] Added a message to the sign/verify message help text to explain spaces inside the message --- electrum | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/electrum b/electrum index 7a384c272..0e2b86567 100755 --- a/electrum +++ b/electrum @@ -78,9 +78,9 @@ options:\n --fee, -f: set transaction fee\n --fromaddr, -s: send from address 'import': 'Imports a key pair\nSyntax: import
:', 'signmessage': - 'Signs a message with a key\nSyntax: 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': - 'Verifies a signature\nSyntax: verifymessage
', + 'Verifies a signature\nSyntax: verifymessage
\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 "', 'eval': "Run python eval() on an object\nSyntax: eval \nExample: eval \"wallet.aliases\"", 'deseed':