]> granicus.if.org Git - php/commitdiff
correction
authorkrakjoe <joe.watkins@live.co.uk>
Thu, 14 Nov 2013 21:12:51 +0000 (21:12 +0000)
committerkrakjoe <joe.watkins@live.co.uk>
Thu, 14 Nov 2013 21:12:51 +0000 (21:12 +0000)
phpdbg_help.c

index 244b435df043a0d1d470d99535bf01474ff45241..97e8738627193736b2c136059f1a821bda70f159 100644 (file)
@@ -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;