| commit: | d31fbf3f1298ec63132ad2cd0ef83b51ef33ac9e |
| date: | Mon Feb 23 16:16:55 2026 +1100 |
| parents: | 208355ddf9e82e346f78286397c0f15de2271292 |
diff --git a/README.md b/README.md line changes: +3/-2 index f98a6e1..c1ac08a --- a/README.md +++ b/README.md
@@ -122,9 +122,10 @@ $ gt account update "expenses:automotive registration" \ --parent-account "expenses:automotive" ``` -Generate a profit and loss report: +Generate an income and expense report: ```shell -$ gt report pl \ +$ gt report income-expense \ --start-date 2026-01-01 \ --end-date 2026-01-31 ``` +