Update programs/keeper-client/Commands.h

Co-authored-by: Yarik Briukhovetskyi <114298166+yariks5s@users.noreply.github.com>
This commit is contained in:
pufit 2023-07-21 18:14:30 -04:00
parent bb2a749b94
commit 3a838f09d1

View File

@ -92,7 +92,7 @@ class GetCommand : public IKeeperClientCommand
class GetStatCommand : public IKeeperClientCommand
{
String getName() const override { return "getstat"; }
String getName() const override { return "get_stat"; }
bool parse(IParser::Pos & pos, std::shared_ptr<ASTKeeperQuery> & node, Expected & expected) const override;