diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2015-04-20 12:22:55 +0200 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2015-04-20 12:23:11 +0200 |
commit | 1a249bd6745131cc68f72b2cfc9b8ca789b221ee (patch) | |
tree | 5f8057068b2e548adf6ae1bec3cd44a2eebdec30 /sapi/phpdbg/phpdbg_help.c | |
parent | 1c3b99c4ff20bdce1c589318c39e7fd20d6f9ee2 (diff) | |
download | php-git-1a249bd6745131cc68f72b2cfc9b8ca789b221ee.tar.gz |
Shorten opline dump lines and show literals
Diffstat (limited to 'sapi/phpdbg/phpdbg_help.c')
-rw-r--r-- | sapi/phpdbg/phpdbg_help.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/phpdbg/phpdbg_help.c b/sapi/phpdbg/phpdbg_help.c index 6b10551192..022a919f52 100644 --- a/sapi/phpdbg/phpdbg_help.c +++ b/sapi/phpdbg/phpdbg_help.c @@ -390,6 +390,7 @@ phpdbg_help_text_t phpdbg_help_text[] = { " **-a** **-a**192.168.0.3 Setup remote console bind address" CR " **-x** Enable xml output (instead of normal text output)" CR " **-p** **-p**, **-p=func**, **-p* ** Output opcodes and quit" CR +" **-o** Display opline addresses in opline dumps" CR " **-h** Print the help overview" CR " **-V** Print version number" CR " **--** **--** arg1 arg2 Use to delimit phpdbg arguments and php $argv; append any $argv " |