URI: 
       tdocumentation - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 008a5974e65694c4586758ed721da323c7ff2f9c
   DIR parent 13b3824efaf2c18ecdbfaf478d8136d5b6c10c12
  HTML 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(-)
       ---
   DIR diff --git a/client/electrum b/client/electrum
       t@@ -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