lichao
2021-06-01 72851db66655912cb9c92300a80985fb9797d168
box/box.cc
@@ -89,11 +89,11 @@
void Help()
{
   PrintLn("%s : bhome shared memory message queue box application.", kOrigName.c_str());
   PrintLn("usage:");
   PrintLn("%s", "usage:");
   PrintLn("\t1) %s [function [options]...]", kOrigName.c_str());
   PrintLn("\t2) rename or link %s to a function name then run it directly.", kOrigName.c_str());
   PrintLn();
   PrintLn("supported functions:");
   PrintLn("%s", "supported functions:");
   std::map<std::string, std::string> funcs;
   auto getInfo = [&](const std::string &name, const std::string &desc) {
      funcs[name] = desc;