From 0ad6e4efb09cd3b5652a1a766bdeda7bcec5cc19 Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Mon, 4 Nov 2024 17:40:08 +0100 Subject: [PATCH] [skip ci] Document --repeat flag as internal (GH-16698) Co-authored-by: Christoph M. Becker --- sapi/cli/php_cli.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index 2731a1f9373..941fab1c08d 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -507,6 +507,9 @@ static void php_cli_usage(char *argv0) " --rz Show information about Zend extension .\n" " --ri Show configuration for extension .\n" "\n" + " --repeat Repeat script execution times.\n" + " For internal purposes only.\n" + "\n" , prog, prog, prog, prog, prog, prog, prog); } /* }}} */