From 1cb65c5b1062157116a498933ec15af4c97bdd46 Mon Sep 17 00:00:00 2001 From: Ben Hartshorne Date: Tue, 6 Sep 2011 23:21:39 +0000 Subject: [PATCH] changed help text to indicate an optional port if nonstandard --- maintenance/mctest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- 2.20.1