]> granicus.if.org Git - php/commitdiff
add option in help for remote console
authorkrakjoe <joe.watkins@live.co.uk>
Thu, 28 Nov 2013 09:36:42 +0000 (09:36 +0000)
committerkrakjoe <joe.watkins@live.co.uk>
Thu, 28 Nov 2013 09:36:42 +0000 (09:36 +0000)
phpdbg_help.c

index eaf5f649d898bf4d45f519c59101ecf0da47ee3e..d402d23d56283baa8b6f29ee59b24abb31667215 100644 (file)
@@ -564,6 +564,7 @@ PHPDBG_HELP(options) /* {{{ */
        phpdbg_writeln(" -O\t-Omy.oplog\t\tSets oplog output file");
        phpdbg_writeln(" -r\tN/A\t\t\tRun execution context");
        phpdbg_writeln(" -E\tN/A\t\t\tEnable step through eval, careful !");
+       phpdbg_writeln(" -l\t-l4000\t\t\tSetup remote console, see docs");
        phpdbg_notice("Passing -rr will quit automatically after execution");
        phpdbg_help_footer();
        return SUCCESS;