diff options
| author | Scott Gasch <[email protected]> | 2021-10-24 18:06:20 -0700 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2021-10-24 18:06:20 -0700 |
| commit | 592f27f4743c0a66b6634692fea6c3eb8f252814 (patch) | |
| tree | 4c8010abcf479770eb67515e4970cf9d6a895221 /site_config.py | |
| parent | d08bad64a6884f25d28a2c38c6cd1c87b4335188 (diff) | |
Some fixes to the datetime_utils.
Diffstat (limited to 'site_config.py')
| -rw-r--r-- | site_config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site_config.py b/site_config.py index 81185bf..95ff5d4 100644 --- a/site_config.py +++ b/site_config.py @@ -19,7 +19,7 @@ args.add_argument( const='AUTO', nargs='?', choices=('HOUSE', 'CABIN', 'AUTO'), - help='Where are we, HOUSE or CABIN?' + help='Where are we, HOUSE, CABIN or AUTO?', ) |
