From: krakjoe Date: Thu, 14 Nov 2013 21:12:51 +0000 (+0000) Subject: correction X-Git-Tag: php-5.6.0alpha1~110^2~320 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=582a84d728d2727b42bf5c8bc6e09021c2078628;p=php correction --- diff --git a/phpdbg_help.c b/phpdbg_help.c index 244b435df0..97e8738627 100644 --- a/phpdbg_help.c +++ b/phpdbg_help.c @@ -195,7 +195,7 @@ PHPDBG_HELP(oplog) /* {{{ */ phpdbg_writeln("Will open the file /path/to/my.oplog for writing, creating it if it does not exist"); phpdbg_writeln("Example:"); phpdbg_writeln("\t%soplog 0", PROMPT); - phpdbg_writeln("Will open the currently open log file, disabling oplog"); + phpdbg_writeln("Will close the currently open log file, disabling oplog"); phpdbg_writeln(EMPTY); phpdbg_writeln("Note: upon failure to open a new oplog, the last oplog is held open"); return SUCCESS;