]> granicus.if.org Git - php/commitdiff
CR CR etc. in help
authorBob Weinand <bobwei9@hotmail.com>
Sun, 13 Apr 2014 15:55:18 +0000 (17:55 +0200)
committerBob Weinand <bobwei9@hotmail.com>
Sun, 13 Apr 2014 15:55:18 +0000 (17:55 +0200)
phpdbg_help.c

index b75f7381e3e6202fe12d23086d3ac15cd45c9f3f..da86823a6d4de11fbd950fd1a16fb3f38c488eaf 100644 (file)
@@ -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