X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2FpatchSql.php;h=5d9fc1b41a5779347e112243d5f8f7954147158c;hb=2b441eba406f2c4988da80d264738d45930bf041;hp=31ce156622253c1422771cd8b6673725d2676126;hpb=8734fe02b84c0fdd6fa53454b23ce9239b50dc75;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/patchSql.php b/maintenance/patchSql.php index 31ce156622..5d9fc1b41a 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() {