commit 037d611480b0eb42fdc0b9023ea603ac5f1047f9
parent ec9118da42250945cef759767a557a3a1ddaaa57
Author: ThomasV <thomasv@gitorious>
Date: Mon, 20 Feb 2012 23:03:12 +0100
help
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/client/electrum b/client/electrum
@@ -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>]"