mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Make docs consistent with help text
This commit is contained in:
parent
8cb15f6203
commit
a58c6d56bb
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ const phpdbg_command_t phpdbg_prompt_commands[] = {
|
||||||
PHPDBG_COMMAND_D(clear, "clear breakpoints", 'C', NULL, 0, 0),
|
PHPDBG_COMMAND_D(clear, "clear breakpoints", 'C', NULL, 0, 0),
|
||||||
PHPDBG_COMMAND_D(help, "show help menu", 'h', phpdbg_help_commands, "|s", PHPDBG_ASYNC_SAFE),
|
PHPDBG_COMMAND_D(help, "show help menu", 'h', phpdbg_help_commands, "|s", PHPDBG_ASYNC_SAFE),
|
||||||
PHPDBG_COMMAND_D(set, "set phpdbg configuration", 'S', phpdbg_set_commands, "s", PHPDBG_ASYNC_SAFE),
|
PHPDBG_COMMAND_D(set, "set phpdbg configuration", 'S', phpdbg_set_commands, "s", PHPDBG_ASYNC_SAFE),
|
||||||
PHPDBG_COMMAND_D(register, "register a function", 'R', NULL, "s", 0),
|
PHPDBG_COMMAND_D(register, "register a phpdbginit function as a command alias", 'R', NULL, "s", 0),
|
||||||
PHPDBG_COMMAND_D(source, "execute a phpdbginit", '<', NULL, "s", 0),
|
PHPDBG_COMMAND_D(source, "execute a phpdbginit", '<', NULL, "s", 0),
|
||||||
PHPDBG_COMMAND_D(export, "export breaks to a .phpdbginit script", '>', NULL, "s", PHPDBG_ASYNC_SAFE),
|
PHPDBG_COMMAND_D(export, "export breaks to a .phpdbginit script", '>', NULL, "s", PHPDBG_ASYNC_SAFE),
|
||||||
PHPDBG_COMMAND_D(sh, "shell a command", 0 , NULL, "i", 0),
|
PHPDBG_COMMAND_D(sh, "shell a command", 0 , NULL, "i", 0),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue