jenkins-bot has submitted this change and it was merged.

Change subject: Improve documentation of maintenance/sql.php
......................................................................


Improve documentation of maintenance/sql.php

I found this to be lacking earlier this week...

Change-Id: I409c7451baa71b88cf554af0d82d1bf5904a2c4c
---
M maintenance/sql.php
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Alex Monk: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/maintenance/sql.php b/maintenance/sql.php
index 886e3f1..82eae21 100644
--- a/maintenance/sql.php
+++ b/maintenance/sql.php
@@ -32,7 +32,8 @@
 class MwSql extends Maintenance {
        public function __construct() {
                parent::__construct();
-               $this->mDescription = "Send SQL queries to a MediaWiki 
database";
+               $this->mDescription = "Send SQL queries to a MediaWiki 
database. " .
+                               "Takes a file name containing SQL as argument 
or runs interactively.";
                $this->addOption( 'cluster', 'Use an external cluster by name', 
false, true );
                $this->addOption( 'wikidb', 'The database wiki ID to use if not 
the current one', false, true );
                $this->addOption( 'slave', 'Use a slave server (either "any" or 
by name)', false, true );

-- 
To view, visit https://gerrit.wikimedia.org/r/212323
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I409c7451baa71b88cf554af0d82d1bf5904a2c4c
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Hoo man <[email protected]>
Gerrit-Reviewer: Alex Monk <[email protected]>
Gerrit-Reviewer: Parent5446 <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to