From: Ben Hartshorne Date: Tue, 6 Sep 2011 23:21:39 +0000 (+0000) Subject: changed help text to indicate an optional port if nonstandard X-Git-Tag: 1.31.0-rc.0~27856 X-Git-Url: http://git.cyclocoop.org/%27.parametre_url%28%20%20%20generer_action_auteur%28%27charger_plugin%27%2C%20%27update_flux%27%29%2C%27update_flux%27%2C%20%27oui%27%29.%27?a=commitdiff_plain;h=1cb65c5b1062157116a498933ec15af4c97bdd46;p=lhc%2Fweb%2Fwiklou.git changed help text to indicate an optional port if nonstandard --- diff --git a/maintenance/mctest.php b/maintenance/mctest.php index 651b2958ea..9adb85ab88 100644 --- a/maintenance/mctest.php +++ b/maintenance/mctest.php @@ -29,7 +29,7 @@ class mcTest extends Maintenance { $this->mDescription = "Makes several 'set', 'incr' and 'get' requests on every" . " memcached server and shows a report"; $this->addOption( 'i', 'Number of iterations', false, true ); - $this->addArg( 'server', 'Memcached server to test', false ); + $this->addArg( 'server[:port]', 'Memcached server to test, with optional port', false ); } public function execute() {