X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=site_config.py;h=95ff5d403dcd900861c3a2c2ff8b37f3c5672c0a;hb=592f27f4743c0a66b6634692fea6c3eb8f252814;hp=81185bf046d1004579679d082aa9d3aaa4841284;hpb=d08bad64a6884f25d28a2c38c6cd1c87b4335188;p=python_utils.git 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?', )