mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
Fix incorrect comment for checkForSentinelMode function
This commit is contained in:
@@ -3825,7 +3825,7 @@ void setupSignalHandlers(void) {
|
||||
void memtest(size_t megabytes, int passes);
|
||||
|
||||
/* Returns 1 if there is --sentinel among the arguments or if
|
||||
* argv[0] is exactly "redis-sentinel". */
|
||||
* argv[0] contains "redis-sentinel". */
|
||||
int checkForSentinelMode(int argc, char **argv) {
|
||||
int j;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user