log-work-expense: clarify odometer image order doesn't matter

This commit is contained in:
Connor Rhodes 2026-04-29 02:44:34 +00:00
parent 9e522fc164
commit 44bd7fa45e

View file

@ -29,7 +29,7 @@ uv run --with pymongo ~/notes/skills/log-work-expense/scripts/log_expense.py <ty
``` ```
- **Meal receipts**: Run once per receipt (1 file each). - **Meal receipts**: Run once per receipt (1 file each).
- **Mileage**: Run once with both odometer URLs (2 files). - **Mileage**: Run once with both odometer URLs (2 files). The order of start/end odometer images does not matter — just pass both URLs.
The script enforces file counts and rejects invalid input. The script enforces file counts and rejects invalid input.