1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

[skip ci] Document --repeat flag as internal (GH-16698)

Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
This commit is contained in:
Ilija Tovilo
2024-11-04 17:40:08 +01:00
committed by GitHub
parent dbcdd4e4a7
commit 0ad6e4efb0

View File

@@ -507,6 +507,9 @@ static void php_cli_usage(char *argv0)
" --rz <name> Show information about Zend extension <name>.\n"
" --ri <name> Show configuration for extension <name>.\n"
"\n"
" --repeat <count> Repeat script execution <count> times.\n"
" For internal purposes only.\n"
"\n"
, prog, prog, prog, prog, prog, prog, prog);
}
/* }}} */