X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FsyncFileBackend.php;h=c0663a79311389ae61c4974f71a5223fda0f3f53;hb=2676e7fc3bdcd6b10deb9a499593f085cd683368;hp=63d5e9f889c4a60053064033147772f350b2a374;hpb=a6ea5719e9b780bfbe21dafc40791a7e5ef71e64;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/syncFileBackend.php b/maintenance/syncFileBackend.php index 63d5e9f889..c0663a7931 100644 --- a/maintenance/syncFileBackend.php +++ b/maintenance/syncFileBackend.php @@ -32,7 +32,7 @@ require_once __DIR__ . '/Maintenance.php'; class SyncFileBackend extends Maintenance { public function __construct() { parent::__construct(); - $this->mDescription = "Sync one file backend with another using the journal"; + $this->addDescription( 'Sync one file backend with another using the journal' ); $this->addOption( 'src', 'Name of backend to sync from', true, true ); $this->addOption( 'dst', 'Name of destination backend to sync', false, true ); $this->addOption( 'start', 'Starting journal ID', false, true );