summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2013-09-30 11:53:18 +0200
committerantirez <antirez@gmail.com>2013-10-04 12:27:36 +0200
commit81f614ef6f1eaf5c1c5699cf00b87c1c02da216e (patch)
tree023857d030b8731796349d586a2735d85115b068
parent20c506f43211924a1b33826f41b79503911242dc (diff)
downloadredis-81f614ef6f1eaf5c1c5699cf00b87c1c02da216e.tar.gz
Add REWRITE to CONFIG subcommands help message.
-rw-r--r--src/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.c b/src/config.c
index f65777630..8c588a067 100644
--- a/src/config.c
+++ b/src/config.c
@@ -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;