From: Hypolite Petovan Date: Fri, 26 Jul 2019 02:36:50 +0000 (-0400) Subject: Update server block console help text to reflect the addition of shell wildcard syntax X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1dbdb9dd15718aa0044cbb1473b5ba9f94ae40af;p=friendica.git Update server block console help text to reflect the addition of shell wildcard syntax --- diff --git a/src/Console/ServerBlock.php b/src/Console/ServerBlock.php index 7e45f108bb..202f7bb75e 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