Skip to content

Commit 525bbb0

Browse files
committed
Document --repeat flag as internal
Fixes GH-16493
1 parent f37fd7f commit 525bbb0

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. For internal purposes\n"
511+
" only.\n"
512+
"\n"
510513
, prog, prog, prog, prog, prog, prog, prog);
511514
}
512515
/* }}} */

0 commit comments

Comments
 (0)