From: Christian Weiske Date: Tue, 19 Jun 2018 19:00:22 +0000 (+0200) Subject: Explain that "server" command takes a parameter. X-Git-Tag: v0.7.1~3 X-Git-Url: https://git.cweiske.de/shpub.git/commitdiff_plain/8ed6fa09d116dc02ff089dcffe8bb177c59a9d8e Explain that "server" command takes a parameter. Resolves: https://github.com/cweiske/shpub/issues/13 --- diff --git a/src/shpub/Command/Server.php b/src/shpub/Command/Server.php index b0200f2..3ce0c73 100644 --- a/src/shpub/Command/Server.php +++ b/src/shpub/Command/Server.php @@ -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(