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