mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: Fixed #73902 mention router support in usage output for php-cli
This commit is contained in:
commit
aadc84f6f7
1 changed files with 1 additions and 1 deletions
|
@ -511,7 +511,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