mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
better description
This commit is contained in:
parent
c3c95610c1
commit
4c62cc97e4
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ static const phpdbg_command_t phpdbg_help_commands[] = {
|
||||||
PHPDBG_HELP_D(back, "show debug backtrace information during execution"),
|
PHPDBG_HELP_D(back, "show debug backtrace information during execution"),
|
||||||
PHPDBG_HELP_D(quiet, "be quiet during execution"),
|
PHPDBG_HELP_D(quiet, "be quiet during execution"),
|
||||||
PHPDBG_HELP_D(list, "listing code gives you quick access to code while executing"),
|
PHPDBG_HELP_D(list, "listing code gives you quick access to code while executing"),
|
||||||
PHPDBG_HELP_D(oplog, "sets a file for, or disables oplog"),
|
PHPDBG_HELP_D(oplog, "keep clutter off the screen by sending oplogs to a file"),
|
||||||
{NULL, 0, 0}
|
{NULL, 0, 0}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue