We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d1594d commit f80a09eCopy full SHA for f80a09e
phpdbg_help.c
@@ -564,6 +564,7 @@ PHPDBG_HELP(options) /* {{{ */
564
phpdbg_writeln(" -O\t-Omy.oplog\t\tSets oplog output file");
565
phpdbg_writeln(" -r\tN/A\t\t\tRun execution context");
566
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");
568
phpdbg_notice("Passing -rr will quit automatically after execution");
569
phpdbg_help_footer();
570
return SUCCESS;
0 commit comments