Authentication fixes: grant_type and json response handling
[shpub.git] / src / shpub / Command / Server.php
index a3c52eed2bf34cdd6841d22806c44144510cb6f7..34d939e5ca15d27877bb84dc20f807a4d2cfb501 100644 (file)
@@ -11,6 +11,7 @@ class Command_Server
     public static function opts(\Console_CommandLine $optParser)
     {
         $cmd = $optParser->addCommand('server');
+        $cmd->description = 'List all connections';
         $cmd->addOption(
             'verbose',
             array(