electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 554d8dd3b7511503bbc68805c8a1a4c92fc4148f
parent d50ad3c301e572a80b7ad889ce5bc5886c68fa04
Author: ThomasV <thomasv@gitorious>
Date:   Fri, 18 Oct 2013 12:28:58 +0200

fix typo in help

Diffstat:
Mlib/commands.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/commands.py b/lib/commands.py @@ -42,7 +42,7 @@ def register_command(*args): -payto_options = ' --fee, -f: set transaction fee\n --fromaddr, -s: send from address -\n --changeaddr, -c: send change to address' +payto_options = ' --fee, -f: set transaction fee\n --fromaddr, -F: send from address -\n --changeaddr, -c: send change to address' listaddr_options = " -a: show all addresses, including change addresses\n -b: include balance in results\n -l: include labels in results" restore_options = " accepts a seed or master public key." config_options = " accounts, addr_history, auto_cycle, column_widths, console-history, contacts,\n fee_per_kb, frozen_addresses, gap_limit, imported_keys, labels,\n master_public_key, num_zeros, prioritized_addresses, proxy, seed,\n seed_version, server, transactions, use_change, use_encryption, winpos-qt"