Hoo man has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/212323

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, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/23/212323/1

diff --git a/maintenance/sql.php b/maintenance/sql.php
index 886e3f1..99492cf 100644
--- a/maintenance/sql.php
+++ b/maintenance/sql.php
@@ -32,7 +32,7 @@
 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 as input 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: newchange
Gerrit-Change-Id: I409c7451baa71b88cf554af0d82d1bf5904a2c4c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Hoo man <[email protected]>

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

Reply via email to