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 ```