URI: 
       thelp - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 037d611480b0eb42fdc0b9023ea603ac5f1047f9
   DIR parent ec9118da42250945cef759767a557a3a1ddaaa57
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Mon, 20 Feb 2012 23:03:12 +0100
       
       help
       
       Diffstat:
         M client/electrum                     |       3 ++-
       
       1 file changed, 2 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/client/electrum b/client/electrum
       t@@ -181,7 +181,8 @@ if __name__ == '__main__':
                cmd2 = firstarg
                if cmd2 not in known_commands:
                    print "known commands:", ', '.join(known_commands)
       -            print "help <command> shows the help on a specific command"
       +            print "'electrum help <command>' shows the help on a specific command"
       +            print "'electrum --help' shows the list of options"
                elif cmd2 == 'balance':
                    print "Display the balance of your wallet or a specific address. The address does not have to be a owned address (you know the private key)."
                    print "syntax: balance [<address>]"