From 9b05f5d1327aff7f828ba21e705f6a1da306059e Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Mon, 14 Apr 2014 19:37:31 +0200 Subject: Made refcount info switchable by set refcount on/off. Default: off --- phpdbg_help.c | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'phpdbg_help.c') 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 " CR -" **colors** **C** set colors " CR -" **oplog** **O** set oplog output" CR -" **break** **b** set break **id** " CR -" **breaks** **B** set breaks " CR -" **quiet** **q** set quiet " CR CR +" **Type** **Alias** **Purpose**" CR +" **prompt** **p** set the prompt" CR +" **color** **c** set color " CR +" **colors** **C** set colors " CR +" **oplog** **O** set oplog output" CR +" **break** **b** set break **id** " CR +" **breaks** **B** set breaks " CR +" **quiet** **q** set quiet " CR +" **refcount** **r** set refcount (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 " -- cgit v1.2.1