diff --git a/src/Core/Console.php b/src/Core/Console.php index cf4ad5a0f4..34461c0dae 100644 --- a/src/Core/Console.php +++ b/src/Core/Console.php @@ -17,7 +17,7 @@ use Friendica\Core\Logger\Capability\LogChannel; class Console extends \Asika\SimpleConsole\Console { // Disables the default help handling - protected $helpOptions = []; + protected $helpOptions = []; protected array $customHelpOptions = ['h', 'help', '?']; /**