diff --git a/lib/commands.py b/lib/commands.py index 74c1af9ea..586c8cfb5 100644 --- a/lib/commands.py +++ b/lib/commands.py @@ -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):