Fix incorrect comment for checkForSentinelMode function
This commit is contained in:
parent
f7351f4c07
commit
7a5538d3a9
@ -3825,7 +3825,7 @@ void setupSignalHandlers(void) {
|
|||||||
void memtest(size_t megabytes, int passes);
|
void memtest(size_t megabytes, int passes);
|
||||||
|
|
||||||
/* Returns 1 if there is --sentinel among the arguments or if
|
/* 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 checkForSentinelMode(int argc, char **argv) {
|
||||||
int j;
|
int j;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user