]> granicus.if.org Git - php/commitdiff
better description
authorkrakjoe <joe.watkins@live.co.uk>
Thu, 14 Nov 2013 21:15:47 +0000 (21:15 +0000)
committerkrakjoe <joe.watkins@live.co.uk>
Thu, 14 Nov 2013 21:15:47 +0000 (21:15 +0000)
phpdbg_help.h

index c5706f65f39fe48dbd99be9fc2c5447f4c7e5544..dda53d177eaaf025eafa05dfcf711d5764cfad52 100644 (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}
 };