diff --git a/src/t_zset.c b/src/t_zset.c index c78969caf..86d241883 100644 --- a/src/t_zset.c +++ b/src/t_zset.c @@ -3563,7 +3563,7 @@ void zrevrangebylexCommand(client *c) { /** * This function handles ZRANGE and ZRANGESTORE, and also the deprecated - * Z[REV]RANGE[BYPOS|BYLEX] commands. + * Z[REV]RANGE[BYSCORE|BYLEX] commands. * * The simple ZRANGE and ZRANGESTORE can take _AUTO in rangetype and direction, * other command pass explicit value.