Add REWRITE to CONFIG subcommands help message.

This commit is contained in:
antirez 2013-09-30 11:53:18 +02:00
parent 20c506f432
commit 81f614ef6f

View File

@ -1732,7 +1732,7 @@ void configCommand(redisClient *c) {
}
} else {
addReplyError(c,
"CONFIG subcommand must be one of GET, SET, RESETSTAT");
"CONFIG subcommand must be one of GET, SET, RESETSTAT, REWRITE");
}
return;