diff options
author | krakjoe <joe.watkins@live.co.uk> | 2013-11-28 09:36:42 +0000 |
---|---|---|
committer | krakjoe <joe.watkins@live.co.uk> | 2013-11-28 09:36:42 +0000 |
commit | f80a09ede7097a6fbab3d8790d729293552b5482 (patch) | |
tree | 27f6a0eb11875512dbe5f64c2bc529b56702db90 | |
parent | 8d1594d01e57b987e1d8cf717f7eb5702e386b41 (diff) | |
download | php-git-f80a09ede7097a6fbab3d8790d729293552b5482.tar.gz |
add option in help for remote console
-rw-r--r-- | phpdbg_help.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |