From 4c62cc97e49e70f0740b55e67b6d77494d130664 Mon Sep 17 00:00:00 2001 From: krakjoe Date: Thu, 14 Nov 2013 21:15:47 +0000 Subject: [PATCH] better description --- phpdbg_help.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} }; -- 2.50.1