]> git.mxchange.org Git - friendica.git/commitdiff
Add new commands to base console help text
authorHypolite Petovan <mrpetovan@gmail.com>
Sun, 18 Mar 2018 23:07:40 +0000 (19:07 -0400)
committerHypolite Petovan <mrpetovan@gmail.com>
Sun, 18 Mar 2018 23:07:40 +0000 (19:07 -0400)
src/Core/Console.php

index 39e2941a32950edcc8977f2b4d0a2e272ff4805e..d315c10a25ea08d54e32dd599307a8db7065dd9a 100644 (file)
@@ -21,11 +21,15 @@ class Console extends \Asika\SimpleConsole\Console
 Usage: bin/console [--version] [-h|--help|-?] <command> [<args>] [-v]\r
 \r
 Commands:\r
-       config               Edit site config\r
-       createdoxygen        Generate Doxygen headers\r
-       docbloxerrorchecker  Checks the file tree for DocBlox errors\r
-       globalcommunityblock Silence remote profile from global community page\r
-       help                 Show help about a command, e.g (bin/console help config)\r
+       config                 Edit site config\r
+       createdoxygen          Generate Doxygen headers\r
+       docbloxerrorchecker    Check the file tree for DocBlox errors\r
+       extract                Generate translation string file for the Friendica project (deprecated)\r
+       globalcommunityblock   Block remote profile from interacting with this node\r
+       globalcommunitysilence Silence remote profile from global community page\r
+       help                   Show help about a command, e.g (bin/console help config)\r
+       maintenance            Set maintenance mode for this node\r
+       php2po                 Generate a messages.po file from a strings.php file\r
 \r
 Options:\r
        -h|--help|-? Show help information\r