commit 008a5974e65694c4586758ed721da323c7ff2f9c parent 13b3824efaf2c18ecdbfaf478d8136d5b6c10c12 Author: thomasv <thomasv@gitorious> Date: Wed, 8 Feb 2012 17:11:20 +0100 documentation Diffstat:
M | client/electrum | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/client/electrum b/client/electrum @@ -213,7 +213,7 @@ if __name__ == '__main__': elif cmd2 == 'seed': print "show generation seed of your wallet. password protected." elif cmd2 == 'eval': - print "run python eval on an object" + print "Run python eval() on an object\nSyntax: eval <expression>\nExample: eval \"wallet.aliases\"" elif cmd == 'seed': import mnemonic