diff --git a/src/Console/ServerBlock.php b/src/Console/ServerBlock.php index 7e45f108b..202f7bb75 100644 --- a/src/Console/ServerBlock.php +++ b/src/Console/ServerBlock.php @@ -23,15 +23,20 @@ class ServerBlock extends Console protected function getHelp() { $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