From 8ed6fa09d116dc02ff089dcffe8bb177c59a9d8e Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Tue, 19 Jun 2018 21:00:22 +0200 Subject: [PATCH] Explain that "server" command takes a parameter. Resolves: https://github.com/cweiske/shpub/issues/13 --- src/shpub/Command/Server.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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( -- 2.30.2