MINOR: ssl/cli: Fix unapropriate comment in code on 'set ssl ocsp-response'
diff --git a/src/dumpstats.c b/src/dumpstats.c
index 36b4684..c8bac08 100644
--- a/src/dumpstats.c
+++ b/src/dumpstats.c
@@ -1797,7 +1797,7 @@
 #ifdef SSL_CTRL_SET_TLSEXT_STATUS_REQ_CB
 				char *err = NULL;
 
-				/* Expect two parameters: certificate file name and the new response in base64 encoding */
+				/* Expect one parameter: the new response in base64 encoding */
 				if (!*args[3]) {
 					appctx->ctx.cli.msg = "'set ssl ocsp-response' expects response in base64 encoding.\n";
 					appctx->st0 = STAT_CLI_PRINT;