1
0
mirror of https://github.com/php/php-src.git synced 2026-03-30 12:13:02 +02:00

fix mistake in help

This commit is contained in:
krakjoe
2014-10-07 10:28:21 +01:00
parent 6f584e22fe
commit 556ed2d3f4

View File

@@ -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