Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
Updated help with --account option
Browse files Browse the repository at this point in the history
  • Loading branch information
tducret committed Jul 20, 2018
1 parent 05e51bd commit cce545e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -31,6 +31,8 @@ Options:
-t, --token TEXT your Revolut token (or set the env var REVOLUT_TOKEN)
-l, --language TEXT language ("fr" or "en"), for the csv header and
separator
-a, --account TEXT account name (ex : "EUR CURRENT") to get the balance
for the account
--version Show the version and exit.
--help Show this message and exit.
```
Expand Down
2 changes: 1 addition & 1 deletion revolut_cli.py
Expand Up @@ -26,7 +26,7 @@
@click.option(
'--account', '-a',
type=str,
help='get a single account balance'
help='account name (ex : "EUR CURRENT") to get the balance for the account'
)
@click.version_option(
version=__version__,
Expand Down

0 comments on commit cce545e

Please sign in to comment.