]> git.mxchange.org Git - friendica.git/commitdiff
Improve language of console globalcommunitysilence help line
authorHypolite Petovan <hypolite@mrpetovan.com>
Wed, 3 Jun 2020 04:03:58 +0000 (00:03 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Wed, 3 Jun 2020 04:03:58 +0000 (00:03 -0400)
src/Console/GlobalCommunitySilence.php
src/Core/Console.php

index bb381d99ae828f6ada412903b7ac03ea54f20501..26f5f835020f3f8c09931c76fb6046a16441c444 100644 (file)
@@ -50,7 +50,7 @@ class GlobalCommunitySilence extends \Asika\SimpleConsole\Console
        protected function getHelp()
        {
                $help = <<<HELP
-console globalcommunitysilence - Silence remote profile from global community page
+console globalcommunitysilence - Silence a profile from the global community page
 Usage
        bin/console globalcommunitysilence <profile_url> [-h|--help|-?] [-v]
 
index 86178c209dbef199156b0d9c778ea5fd90610340..e08ea7f422b39db7b5e6f719b5df3a30cee0706d 100644 (file)
@@ -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