From: krakjoe Date: Thu, 28 Nov 2013 09:36:42 +0000 (+0000) Subject: add option in help for remote console X-Git-Tag: php-5.6.0alpha1~110^2~30^2~63 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f80a09ede7097a6fbab3d8790d729293552b5482;p=php add option in help for remote console --- diff --git a/phpdbg_help.c b/phpdbg_help.c index eaf5f649d8..d402d23d56 100644 --- a/phpdbg_help.c +++ b/phpdbg_help.c @@ -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;