[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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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);
}
/* }}} */