From b15d2706fab1cf70d835d9362b3ec5e6a4480dee Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Tue, 18 Oct 2022 13:12:19 -0700 Subject: [PATCH] Make it clear that --config_allow_dynamic_updates doesn't take any argument. --- src/pyutils/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pyutils/config.py b/src/pyutils/config.py index 3dfc4eb..ed9a821 100644 --- a/src/pyutils/config.py +++ b/src/pyutils/config.py @@ -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( -- 2.46.0