From 592f27f4743c0a66b6634692fea6c3eb8f252814 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Sun, 24 Oct 2021 18:06:20 -0700 Subject: Some fixes to the datetime_utils. --- site_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site_config.py') 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?', ) -- cgit v1.3