From 582a84d728d2727b42bf5c8bc6e09021c2078628 Mon Sep 17 00:00:00 2001 From: krakjoe Date: Thu, 14 Nov 2013 21:12:51 +0000 Subject: [PATCH] correction --- phpdbg_help.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.50.1