Skip to content

Commit 0ad6e4e

Browse files
iluuu1994cmb69
andauthored
[skip ci] Document --repeat flag as internal (phpGH-16698)
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
1 parent dbcdd4e commit 0ad6e4e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sapi/cli/php_cli.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,9 @@ static void php_cli_usage(char *argv0)
507507
" --rz <name> Show information about Zend extension <name>.\n"
508508
" --ri <name> Show configuration for extension <name>.\n"
509509
"\n"
510+
" --repeat <count> Repeat script execution <count> times.\n"
511+
" For internal purposes only.\n"
512+
"\n"
510513
, prog, prog, prog, prog, prog, prog, prog);
511514
}
512515
/* }}} */

0 commit comments

Comments
 (0)