summaryrefslogtreecommitdiff
path: root/phpdbg_help.c
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2014-04-13 17:55:18 +0200
committerBob Weinand <bobwei9@hotmail.com>2014-04-13 17:55:18 +0200
commit2f54e68ade8c74fb2b1208518a368c377a55df27 (patch)
treef8d9b73f7d0ce55e51174d7edb22ed9cff0df0dd /phpdbg_help.c
parentf53e438933cacad70d667e0ef90e2ce0e79f9b16 (diff)
downloadphp-git-2f54e68ade8c74fb2b1208518a368c377a55df27.tar.gz
CR CR etc. in help
Diffstat (limited to 'phpdbg_help.c')
-rw-r--r--phpdbg_help.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpdbg_help.c b/phpdbg_help.c
index b75f7381e3..da86823a6d 100644
--- a/phpdbg_help.c
+++ b/phpdbg_help.c
@@ -923,13 +923,13 @@ phpdbg_help_text_t phpdbg_help_text[] = {
" **recursive** **r** Watches variable recursively and automatically adds watchpoints if some entry is added to an array/object" CR
" **delete** **d** Removes watchpoint" CR CR
-"Note when **recursive** watchpoints are removed, watchpoints on all the children are removed too"
+"Note when **recursive** watchpoints are removed, watchpoints on all the children are removed too" CR CR
"**Examples**" CR CR
" $P watch $array" CR
" Set watchpoint on $array" CR CR
-" $P watch" CR
+" $P watch (assuming we just have set a watchpoint on $array)" CR
" $array" CR CR
" $P w r $obj->" CR