summaryrefslogtreecommitdiff
path: root/site_config.py
diff options
context:
space:
mode:
authorScott Gasch <[email protected]>2021-10-24 18:06:20 -0700
committerScott Gasch <[email protected]>2021-10-24 18:06:20 -0700
commit592f27f4743c0a66b6634692fea6c3eb8f252814 (patch)
tree4c8010abcf479770eb67515e4970cf9d6a895221 /site_config.py
parentd08bad64a6884f25d28a2c38c6cd1c87b4335188 (diff)
Some fixes to the datetime_utils.
Diffstat (limited to 'site_config.py')
-rw-r--r--site_config.py2
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?',
)