mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
[skip ci] Document --repeat flag as internal (GH-16698)
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
This commit is contained in:
parent
dbcdd4e4a7
commit
0ad6e4efb0
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
/* }}} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue