summaryrefslogtreecommitdiff
path: root/maintenance/patchSql.php
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/patchSql.php')
-rw-r--r--maintenance/patchSql.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/maintenance/patchSql.php b/maintenance/patchSql.php
index 31ce1566..5d9fc1b4 100644
--- a/maintenance/patchSql.php
+++ b/maintenance/patchSql.php
@@ -33,7 +33,10 @@ class PatchSql extends Maintenance {
public function __construct() {
parent::__construct();
$this->mDescription = "Run an SQL file into the DB, replacing prefix and charset vars";
- $this->addArg( 'patch-name', 'Name of the patch file, either full path or in maintenance/archives' );
+ $this->addArg(
+ 'patch-name',
+ 'Name of the patch file, either full path or in maintenance/archives'
+ );
}
public function getDbType() {