Explain that "server" command takes a parameter.
authorChristian Weiske <cweiske@cweiske.de>
Tue, 19 Jun 2018 19:00:22 +0000 (21:00 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Tue, 19 Jun 2018 19:00:22 +0000 (21:00 +0200)
Resolves: https://github.com/cweiske/shpub/issues/13

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(