未验证 提交 618f7e62 编写于 作者: T Tobias Mühl 提交者: GitHub

Typo in unknown command error message (#1022)

上级 f41da490
......@@ -44,7 +44,7 @@ std::shared_ptr<Cmd> PikaClientConn::DoCmd(
if (!c_ptr) {
std::shared_ptr<Cmd> tmp_ptr = std::make_shared<DummyCmd>(DummyCmd());
tmp_ptr->res().SetRes(CmdRes::kErrOther,
"unknown or unsupported command \'" + opt + "\"");
"unknown or unsupported command \"" + opt + "\"");
return tmp_ptr;
}
c_ptr->SetConn(std::dynamic_pointer_cast<PikaClientConn>(shared_from_this()));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册