Commit 45afcfe6 authored by aligungr's avatar aligungr

UE de-registration improvement

parent 31993a37
...@@ -91,7 +91,7 @@ static std::map<std::string, std::string> g_ueCmdToUsage = { ...@@ -91,7 +91,7 @@ static std::map<std::string, std::string> g_ueCmdToUsage = {
{"info", "[option...]"}, {"info", "[option...]"},
{"status", "[option...]"}, {"status", "[option...]"},
{"timers", "[option...]"}, {"timers", "[option...]"},
{"deregister", "<deregister-type>"}, {"deregister", "[option...]"},
}; };
static std::map<std::string, bool> g_ueCmdToHelpIfEmpty = { static std::map<std::string, bool> g_ueCmdToHelpIfEmpty = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment