Skip to content

Commit aadc84f

Browse files
committed
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: Fixed #73902 mention router support in usage output for php-cli
2 parents 005ba20 + 125ee6a commit aadc84f

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
@@ -511,7 +511,7 @@ static void php_cli_usage(char *argv0)
511511
" %s [options] -r <code> [--] [args...]\n"
512512
" %s [options] [-B <begin_code>] -R <code> [-E <end_code>] [--] [args...]\n"
513513
" %s [options] [-B <begin_code>] -F <file> [-E <end_code>] [--] [args...]\n"
514-
" %s [options] -S <addr>:<port> [-t docroot]\n"
514+
" %s [options] -S <addr>:<port> [-t docroot] [router]\n"
515515
" %s [options] -- [args...]\n"
516516
" %s [options] -a\n"
517517
"\n"

0 commit comments

Comments
 (0)