better help message

This commit is contained in:
ThomasV 2015-09-11 13:07:49 +02:00
parent 458b62f5de
commit 849cc0200b
1 changed files with 1 additions and 1 deletions

View File

@ -482,7 +482,7 @@ class Commands:
@command('w')
def listaddresses(self, receiving=False, change=False, show_labels=False, frozen=False, unused=False, funded=False, show_balance=False):
"""List wallet addresses. Returns your list of addresses."""
"""List wallet addresses. Returns the list of all addresses in your wallet. Use optional arguments to filter the results."""
out = []
for addr in self.wallet.addresses(True):
if frozen and not self.wallet.is_frozen(addr):