From: Hypolite Petovan Date: Sat, 27 Jul 2019 01:16:28 +0000 (-0400) Subject: Update ServerBlock console test X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b03d1fece50068f22d8615835bab4dc1a712d895;p=friendica.git Update ServerBlock console test --- diff --git a/tests/src/Console/ServerBlockConsoleTest.php b/tests/src/Console/ServerBlockConsoleTest.php index 11856eac16..7002ca0fab 100644 --- a/tests/src/Console/ServerBlockConsoleTest.php +++ b/tests/src/Console/ServerBlockConsoleTest.php @@ -316,15 +316,20 @@ CONS; $txt = $this->dumpExecute($console); $help = << [-h|--help|-?] [-v] - bin/console serverblock remove [-h|--help|-?] [-v] + bin/console serverblock add [-h|--help|-?] [-v] + bin/console serverblock remove [-h|--help|-?] [-v] Description - With this tool, you can list the current blocked servers - or you can add / remove a blocked server from the list + With this tool, you can list the current blocked server domain patterns + or you can add / remove a blocked server domain pattern from the list. + + Patterns are case-insensitive shell wildcard comprising the following special characters: + - * : Any number of characters + - ? : Any single character + - [...] : char1 or char2 or... Options -h|--help|-? Show help information