mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fixed #73902 mention router support in usage output for php-cli
This commit is contained in:
parent
69fbe3a9ad
commit
125ee6a68e
1 changed files with 1 additions and 1 deletions
|
@ -510,7 +510,7 @@ static void php_cli_usage(char *argv0)
|
|||
" %s [options] -r <code> [--] [args...]\n"
|
||||
" %s [options] [-B <begin_code>] -R <code> [-E <end_code>] [--] [args...]\n"
|
||||
" %s [options] [-B <begin_code>] -F <file> [-E <end_code>] [--] [args...]\n"
|
||||
" %s [options] -S <addr>:<port> [-t docroot]\n"
|
||||
" %s [options] -S <addr>:<port> [-t docroot] [router]\n"
|
||||
" %s [options] -- [args...]\n"
|
||||
" %s [options] -a\n"
|
||||
"\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue