add description for all commands
[shpub.git] / src / shpub / Command / Connect.php
index 2b1cfc15efe4d3069bd5feb5492c816fce04a3bc..66342670235bb155ba459c1746b641ed2f74f58a 100644 (file)
@@ -17,6 +17,7 @@ class Command_Connect
     public static function opts(\Console_CommandLine $optParser)
     {
         $cmd = $optParser->addCommand('connect');
     public static function opts(\Console_CommandLine $optParser)
     {
         $cmd = $optParser->addCommand('connect');
+        $cmd->description = 'Obtain access token from a micropub server';
         $cmd->addOption(
             'force',
             array(
         $cmd->addOption(
             'force',
             array(