tfix typo in help - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 554d8dd3b7511503bbc68805c8a1a4c92fc4148f DIR parent d50ad3c301e572a80b7ad889ce5bc5886c68fa04 HTML Author: ThomasV <thomasv@gitorious> Date: Fri, 18 Oct 2013 12:28:58 +0200 fix typo in help Diffstat: M lib/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/lib/commands.py b/lib/commands.py t@@ -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"