From: Scott Gasch Date: Tue, 18 Oct 2022 20:12:19 +0000 (-0700) Subject: Make it clear that --config_allow_dynamic_updates doesn't take any X-Git-Url: https://wannabe.guru.org/gitweb/?a=commitdiff_plain;h=b15d2706fab1cf70d835d9362b3ec5e6a4480dee;p=pyutils.git Make it clear that --config_allow_dynamic_updates doesn't take any argument. --- 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(