X-Git-Url: https://git.cweiske.de/shpub.git/blobdiff_plain/805caeece7df310f8edb090138058d4617f7c114..8ed6fa09d116dc02ff089dcffe8bb177c59a9d8e:/src/shpub/Command/Server.php 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(