From: Aaron Schulz Date: Fri, 14 Jun 2013 21:14:59 +0000 (-0700) Subject: Fixed doc typo X-Git-Tag: 1.31.0-rc.0~19422 X-Git-Url: http://git.cyclocoop.org/%22.%28%24lien.?a=commitdiff_plain;h=3c8c5a96495ec8e016d8ec968ddfda66af20cff7;p=lhc%2Fweb%2Fwiklou.git Fixed doc typo Change-Id: I1e4ab410cd02a74e667cc8611e58ad791558896a --- diff --git a/maintenance/Maintenance.php b/maintenance/Maintenance.php index b4df328cfc..a2bbec5312 100644 --- a/maintenance/Maintenance.php +++ b/maintenance/Maintenance.php @@ -426,7 +426,7 @@ abstract class Maintenance { $this->addOption( 'server', "The protocol and server name to use in URLs, e.g. " . "http://en.wikipedia.org. This is sometimes necessary because " . "server name detection may fail in command line scripts.", false, true ); - $this->addOption( 'profiler', 'Set to "text" or "trace" show profiling output', false, true ); + $this->addOption( 'profiler', 'Set to "text" or "trace" to show profiling output', false, true ); # Save generic options to display them separately in help $this->mGenericParameters = $this->mParams;