better description

This commit is contained in:
krakjoe 2013-11-14 21:15:47 +00:00
parent c3c95610c1
commit 4c62cc97e4

View file

@ -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(quiet, "be quiet during execution"),
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}
};