diff options
Diffstat (limited to 'python/monthend_interest_recon.py')
| -rw-r--r-- | python/monthend_interest_recon.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/monthend_interest_recon.py b/python/monthend_interest_recon.py index 2332a97b..8a8f1b49 100644 --- a/python/monthend_interest_recon.py +++ b/python/monthend_interest_recon.py @@ -132,12 +132,14 @@ if __name__ == "__main__": ) parser.add_argument( "--save", + "-s", action="store_true", default=False, help="store in proper folders", ) parser.add_argument( "--accept", + "-a", action="store_true", default=False, help="accept the differences are within tolerance and edit the csv accordingly", |
