Some fixes to the datetime_utils.
[python_utils.git] / site_config.py
index 81185bf046d1004579679d082aa9d3aaa4841284..95ff5d403dcd900861c3a2c2ff8b37f3c5672c0a 100644 (file)
@@ -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?',
 )