Make it clear that --config_allow_dynamic_updates doesn't take any
authorScott Gasch <[email protected]>
Tue, 18 Oct 2022 20:12:19 +0000 (13:12 -0700)
committerScott Gasch <[email protected]>
Tue, 18 Oct 2022 20:12:19 +0000 (13:12 -0700)
argument.

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(