diff options
Diffstat (limited to 'firefly_cli/cli.py')
| -rw-r--r-- | firefly_cli/cli.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firefly_cli/cli.py b/firefly_cli/cli.py index ad54504..712d52d 100644 --- a/firefly_cli/cli.py +++ b/firefly_cli/cli.py @@ -19,6 +19,7 @@ _GROUP_HELP = { "category": "list categories (categories auto-create when used on a tx)", "tag": "list tags (tags auto-create when attached to a tx)", "tx": "record, list, and search transactions", + "budget": "manage budgets and per-period spending limits", } def _build_parser(): |
