Update the help text of fdbcli command setclass to split proxy into grv_proxy and commit_proxy

This commit is contained in:
Chaoguang Lin 2021-06-23 23:34:10 +00:00
parent c4c78410ed
commit 0fd60cd334

View File

@ -565,7 +565,8 @@ void initHelp() {
"change the class of a process",
"If no address and class are specified, lists the classes of all servers.\n\nSetting the class to "
"`default' resets the process class to the class specified on the command line. The available "
"classes are `unset', `storage', `transaction', `resolution', `proxy', `master', `test', `unset', "
"classes are `unset', `storage', `transaction', `resolution', `commit_proxy', `grv_proxy', "
"`master', `test', `unset', "
"`stateless', `log', `router', `cluster_controller', `fast_restore', `data_distributor', "
"`coordinator', `ratekeeper', `storage_cache', `backup', and `default'.");
helpMap["status"] =