Skip to content

Commit f80a09e

Browse files
committed
add option in help for remote console
1 parent 8d1594d commit f80a09e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpdbg_help.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,7 @@ PHPDBG_HELP(options) /* {{{ */
564564
phpdbg_writeln(" -O\t-Omy.oplog\t\tSets oplog output file");
565565
phpdbg_writeln(" -r\tN/A\t\t\tRun execution context");
566566
phpdbg_writeln(" -E\tN/A\t\t\tEnable step through eval, careful !");
567+
phpdbg_writeln(" -l\t-l4000\t\t\tSetup remote console, see docs");
567568
phpdbg_notice("Passing -rr will quit automatically after execution");
568569
phpdbg_help_footer();
569570
return SUCCESS;

0 commit comments

Comments
 (0)