diff --git a/src/commands/cmd_server.cc b/src/commands/cmd_server.cc index c86a152c07b..45a6aeaf9bc 100644 --- a/src/commands/cmd_server.cc +++ b/src/commands/cmd_server.cc @@ -633,7 +633,8 @@ class CommandDebug : public Commander { *output = conn->NilString(); } else { *output = redis::Error( - "Wrong protocol type name. Please use one of the following: string|int|array|set|bignum|true|false|null"); + "Wrong protocol type name. Please use one of the following: " + "string|integer|array|set|bignum|true|false|null"); } } else { return {Status::RedisInvalidCmd, "Unknown subcommand, should be DEBUG or PROTOCOL"};