From 779099a491486333424717e0fecc7390fada24a2 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Wed, 3 Jun 2020 00:03:58 -0400 Subject: [PATCH] Improve language of console globalcommunitysilence help line --- src/Console/GlobalCommunitySilence.php | 2 +- src/Core/Console.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Console/GlobalCommunitySilence.php b/src/Console/GlobalCommunitySilence.php index bb381d99ae..26f5f83502 100644 --- a/src/Console/GlobalCommunitySilence.php +++ b/src/Console/GlobalCommunitySilence.php @@ -50,7 +50,7 @@ class GlobalCommunitySilence extends \Asika\SimpleConsole\Console protected function getHelp() { $help = << [-h|--help|-?] [-v] diff --git a/src/Core/Console.php b/src/Core/Console.php index 86178c209d..e08ea7f422 100644 --- a/src/Core/Console.php +++ b/src/Core/Console.php @@ -51,7 +51,7 @@ Commands: docbloxerrorchecker Check the file tree for DocBlox errors extract Generate translation string file for the Friendica project (deprecated) globalcommunityblock Block remote profile from interacting with this node - globalcommunitysilence Silence remote profile from global community page + globalcommunitysilence Silence a profile from the global community page archivecontact Archive a contact when you know that it isn't existing anymore help Show help about a command, e.g (bin/console help config) autoinstall Starts automatic installation of friendica based on values from htconfig.php