From 1392eed052843969fd7ba2edacdf726ce4fd6d10 Mon Sep 17 00:00:00 2001 From: gregory Date: Thu, 13 Mar 2025 11:28:34 -0400 Subject: [PATCH] documentation --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1937414..b1c06fb 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Update config.ini with you Flight Schedule Pro username and password ## Config -TODO +TODO (aka figure it out yourself) ## Scripts @@ -50,6 +50,9 @@ python save_progress_reports.py Greg # List students python save_progress_reports.py -l +# Output PDF(s) to another directory +python save_progress_reports.py -o /my/shitty/directory Greg + # More usage details python save_progress_reports.py --help ```