Explain that "server" command takes a parameter.
[shpub.git] / src / shpub / Command / Server.php
index b0200f22ce36611371abdaa0587914eb8d1d1540..3ce0c736456f796cf4bee7dff09001eccedef456 100644 (file)
@@ -18,7 +18,9 @@ class Command_Server
     public static function opts(\Console_CommandLine $optParser)
     {
         $cmd = $optParser->addCommand('server');
-        $cmd->description = 'List all connections';
+        $cmd->description = 'List all connections'
+            . "\nPass the connection name to see all details:"
+            . " URL, user, endpoint URLs";
         $cmd->addOption(
             'verbose',
             array(