Skip to content

Commit 125ee6a

Browse files
committed
Fixed #73902 mention router support in usage output for php-cli
1 parent 69fbe3a commit 125ee6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/cli/php_cli.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ static void php_cli_usage(char *argv0)
510510
" %s [options] -r <code> [--] [args...]\n"
511511
" %s [options] [-B <begin_code>] -R <code> [-E <end_code>] [--] [args...]\n"
512512
" %s [options] [-B <begin_code>] -F <file> [-E <end_code>] [--] [args...]\n"
513-
" %s [options] -S <addr>:<port> [-t docroot]\n"
513+
" %s [options] -S <addr>:<port> [-t docroot] [router]\n"
514514
" %s [options] -- [args...]\n"
515515
" %s [options] -a\n"
516516
"\n"

0 commit comments

Comments
 (0)