From: krakjoe Date: Thu, 14 Nov 2013 21:15:47 +0000 (+0000) Subject: better description X-Git-Tag: php-5.6.0alpha1~110^2~318 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4c62cc97e49e70f0740b55e67b6d77494d130664;p=php better description --- diff --git a/phpdbg_help.h b/phpdbg_help.h index c5706f65f3..dda53d177e 100644 --- a/phpdbg_help.h +++ b/phpdbg_help.h @@ -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} };