diff options
author | Yoshio HANAWA <y@hnw.jp> | 2016-11-27 19:15:32 +0900 |
---|---|---|
committer | Yoshio HANAWA <y@hnw.jp> | 2016-11-27 19:16:00 +0900 |
commit | 26e80982a2f85256fe4459adcdf3344265753273 (patch) | |
tree | b4f92bf42e91fb987595442353e8758a0449bd99 /sapi/phpdbg/phpdbg_help.c | |
parent | 35b3c8642944b8324d6be8e7153c84577d158b90 (diff) | |
download | php-git-26e80982a2f85256fe4459adcdf3344265753273.tar.gz |
Fix help messages
Diffstat (limited to 'sapi/phpdbg/phpdbg_help.c')
-rw-r--r-- | sapi/phpdbg/phpdbg_help.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sapi/phpdbg/phpdbg_help.c b/sapi/phpdbg/phpdbg_help.c index eb62d76d2e..7f78ddadb6 100644 --- a/sapi/phpdbg/phpdbg_help.c +++ b/sapi/phpdbg/phpdbg_help.c @@ -382,8 +382,8 @@ phpdbg_help_text_t phpdbg_help_text[] = { "Type **help <command>** or (**help alias**) to get detailed help on any of the above commands, " "for example **help list** or **h l**. Note that help will also match partial commands if unique " -"(and list out options if not unique), so **help clea** will give help on the **clean** command, " -"but **help cl** will list the summary for **clean** and **clear**." CR CR +"(and list out options if not unique), so **help exp** will give help on the **export** command, " +"but **help ex** will list the summary for **exec** and **export**." CR CR "Type **help aliases** to show a full alias list, including any registered phpdginit functions" CR "Type **help syntax** for a general introduction to the command syntax." CR @@ -924,7 +924,7 @@ phpdbg_help_text_t phpdbg_help_text[] = { " Enable refcount display when hitting watchpoints" CR CR " $P S b 4 off" CR -" Temporarily disable breakpoint 4. This can be subsequently reenabled by a **s b 4 on**." CR +" Temporarily disable breakpoint 4. This can be subsequently reenabled by a **S b 4 on**." CR //*********** check oplog syntax }, |