Skip to content

Commit

Permalink
tool_getparam: fix comment
Browse files Browse the repository at this point in the history
Closes curl#11253
  • Loading branch information
verhovsky authored and ptitSeb committed Sep 25, 2023
1 parent d9f0cf8 commit f873281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tool_getparam.c
Original file line number Diff line number Diff line change
Expand Up @@ -2433,7 +2433,7 @@ ParameterError getparameter(const char *flag, /* f or -long-flag */
global->parallel_max = (unsigned short)val;
break;
}
case 'c': /* --parallel-connect */
case 'c': /* --parallel-immediate */
global->parallel_connect = toggle;
break;
}
Expand Down

0 comments on commit f873281

Please sign in to comment.