X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=src%2Fpyutils%2Fconfig.py;h=ed9a8212c0c8d1c40a6ecabd933eb23f1bf5cbb1;hb=06aed70c0ceefccc830d8f77e0f39a97ed05b898;hp=3dfc4ebbc7cbe02d7cfc775636ac9c57f9f3ccda;hpb=0b66f494f430847d4d54fa455fb6264ff05fdf99;p=pyutils.git 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(