Skip to content

Commit a58c6d5

Browse files
ndosscheGirgias
authored andcommitted
Make docs consistent with help text
1 parent 8cb15f6 commit a58c6d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/phpdbg/phpdbg_prompt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const phpdbg_command_t phpdbg_prompt_commands[] = {
8181
PHPDBG_COMMAND_D(clear, "clear breakpoints", 'C', NULL, 0, 0),
8282
PHPDBG_COMMAND_D(help, "show help menu", 'h', phpdbg_help_commands, "|s", PHPDBG_ASYNC_SAFE),
8383
PHPDBG_COMMAND_D(set, "set phpdbg configuration", 'S', phpdbg_set_commands, "s", PHPDBG_ASYNC_SAFE),
84-
PHPDBG_COMMAND_D(register, "register a function", 'R', NULL, "s", 0),
84+
PHPDBG_COMMAND_D(register, "register a phpdbginit function as a command alias", 'R', NULL, "s", 0),
8585
PHPDBG_COMMAND_D(source, "execute a phpdbginit", '<', NULL, "s", 0),
8686
PHPDBG_COMMAND_D(export, "export breaks to a .phpdbginit script", '>', NULL, "s", PHPDBG_ASYNC_SAFE),
8787
PHPDBG_COMMAND_D(sh, "shell a command", 0 , NULL, "i", 0),

0 commit comments

Comments
 (0)