summaryrefslogtreecommitdiff
path: root/phpdbg_help.c
diff options
context:
space:
mode:
authorkrakjoe <joe.watkins@live.co.uk>2014-04-19 21:09:10 +0100
committerkrakjoe <joe.watkins@live.co.uk>2014-04-19 21:09:10 +0100
commit89868dd4d9f9271e0d042549adf0d920d29d3067 (patch)
treeb51bf6013f0847652d46e31e4791c4cad02d0ff0 /phpdbg_help.c
parent11c707d83657f2fd8347496d0959b27bdd454836 (diff)
parenta0ee96289b7e9a06e9dbb66f40258fc09b55cde2 (diff)
downloadphp-git-89868dd4d9f9271e0d042549adf0d920d29d3067.tar.gz
Merge branch 'master' of https://github.com/krakjoe/phpdbg
Diffstat (limited to 'phpdbg_help.c')
-rw-r--r--phpdbg_help.c17
1 files changed, 9 insertions, 8 deletions
diff --git a/phpdbg_help.c b/phpdbg_help.c
index 365b75c8c9..250fb132d2 100644
--- a/phpdbg_help.c
+++ b/phpdbg_help.c
@@ -815,14 +815,15 @@ phpdbg_help_text_t phpdbg_help_text[] = {
"The **set** command is used to configure how phpdbg looks and behaves. Specific set commands "
"are as follows:" CR CR
-" **Type** **Alias** **Purpose**" CR
-" **prompt** **p** set the prompt" CR
-" **color** **c** set color <element> <color>" CR
-" **colors** **C** set colors <on|off>" CR
-" **oplog** **O** set oplog output" CR
-" **break** **b** set break **id** <on|off>" CR
-" **breaks** **B** set breaks <on|off>" CR
-" **quiet** **q** set quiet <on|off>" CR CR
+" **Type** **Alias** **Purpose**" CR
+" **prompt** **p** set the prompt" CR
+" **color** **c** set color <element> <color>" CR
+" **colors** **C** set colors <on|off>" CR
+" **oplog** **O** set oplog output" CR
+" **break** **b** set break **id** <on|off>" CR
+" **breaks** **B** set breaks <on|off>" CR
+" **quiet** **q** set quiet <on|off>" CR
+" **refcount** **r** set refcount <on|off> (refcount display upon hit watchpoint)" CR CR
"Valid colors are **none**, **white**, **red**, **green**, **yellow**, **blue**, **purple**, "
"**cyan** and **black**. All colours except **none** can be followed by an optional "