diff options
| author | 2018-10-22 16:23:56 +0100 | |
|---|---|---|
| committer | 2018-10-22 16:23:56 +0100 | |
| commit | e4be2cf339ae173802d967683b74fab1500281f3 (patch) | |
| tree | 3b123e0348bd2cb9038e2913909854b973005f42 /modules | |
| parent | Copypaste fail in modules/coins.py, 'row' -> 'i' (diff) | |
| signature | ||
Fix indication of optionalness of `wallet` param of !defaultwallet
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/coins.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/coins.py b/modules/coins.py index 516a54cf..b146cf07 100644 --- a/modules/coins.py +++ b/modules/coins.py @@ -276,7 +276,7 @@ class Module(ModuleManager.BaseModule): def default_wallet(self, event): """ :help: Set a default wallet for a given wallet type - :usage: <type> <wallet> + :usage: <type> [wallet] """ type = event["args_split"][0] if len(event["args_split"]) > 1: |
