More messing with the project file.
[pyutils.git] / src / pyutils / config.py
index 3dfc4ebbc7cbe02d7cfc775636ac9c57f9f3ccda..ed9a8212c0c8d1c40a6ecabd933eb23f1bf5cbb1 100644 (file)
@@ -224,6 +224,7 @@ GROUP.add_argument(
 GROUP.add_argument(
     '--config_allow_dynamic_updates',
     default=False,
+    action='store_true',
     help='If enabled, allow config flags with the string "dynamic" in their names to change at runtime when a new Zookeeper based configuration is created.  See the --config_savefile help message for more information about this option.',
 )
 GROUP.add_argument(