summaryrefslogtreecommitdiff
path: root/src/pubsub.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pubsub.c')
-rw-r--r--src/pubsub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pubsub.c b/src/pubsub.c
index a630afc8f..07459c1c8 100644
--- a/src/pubsub.c
+++ b/src/pubsub.c
@@ -708,7 +708,7 @@ void ssubscribeCommand(client *c) {
}
-/* SUNSUBSCRIBE [channel ...] */
+/* SUNSUBSCRIBE [channel [channel ...]] */
void sunsubscribeCommand(client *c) {
if (c->argc == 1) {
pubsubUnsubscribeShardAllChannels(c, 1);