From 556ed2d3f46b277ad38261ffcc4eb2faa5d14282 Mon Sep 17 00:00:00 2001 From: krakjoe Date: Tue, 7 Oct 2014 10:28:21 +0100 Subject: [PATCH] fix mistake in help --- phpdbg_help.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpdbg_help.c b/phpdbg_help.c index 57d70c3581b..c3b8b467e70 100644 --- a/phpdbg_help.c +++ b/phpdbg_help.c @@ -643,7 +643,7 @@ phpdbg_help_text_t phpdbg_help_text[] = { " **break** **b** show current breakpoints" CR " **files** **F** show included files" CR " **classes** **c** show loaded classes" CR -" **funcs** **f** show loaded classes" CR +" **funcs** **f** show loaded functions" CR " **error** **e** show last error" CR " **vars** **v** show active variables" CR " **globals** **g** show superglobal variables" CR