From f62b118915839dbb0285ea40b8d5a06c297696b7 Mon Sep 17 00:00:00 2001 From: Chaoguang Lin Date: Fri, 25 Jun 2021 18:21:30 +0000 Subject: [PATCH] remove duplicate unset text in help text --- fdbcli/fdbcli.actor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fdbcli/fdbcli.actor.cpp b/fdbcli/fdbcli.actor.cpp index c447f85966..af7c15c522 100644 --- a/fdbcli/fdbcli.actor.cpp +++ b/fdbcli/fdbcli.actor.cpp @@ -566,7 +566,7 @@ void initHelp() { "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', `commit_proxy', `grv_proxy', " - "`master', `test', `unset', " + "`master', `test', " "`stateless', `log', `router', `cluster_controller', `fast_restore', `data_distributor', " "`coordinator', `ratekeeper', `storage_cache', `backup', and `default'."); helpMap["status"] =