From 3c8c5a96495ec8e016d8ec968ddfda66af20cff7 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Fri, 14 Jun 2013 14:14:59 -0700 Subject: [PATCH] Fixed doc typo Change-Id: I1e4ab410cd02a74e667cc8611e58ad791558896a --- maintenance/Maintenance.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1