diff options
Diffstat (limited to 'phpdbg_help.c')
-rw-r--r-- | phpdbg_help.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/phpdbg_help.c b/phpdbg_help.c index e091fb86f6..1796db7f60 100644 --- a/phpdbg_help.c +++ b/phpdbg_help.c @@ -248,8 +248,7 @@ PHPDBG_COMMAND(help) /* {{{ */ } } } - - phpdbg_error("No help can be found for the subject \"%s\"", param->str); + return FAILURE; } /* }}} */ |