X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FcopyFileBackend.php;h=25073f7424acf348f79f678eb0a0d8ada2a38e85;hb=59db24e90bc6027cb8bf2756eb8cb52230d24966;hp=b39ff55eda1b68697dfc8677b3b2b1d0cbbf12c4;hpb=fcdd643a46d87b677f6cdcc3ba9440e1472d8df7;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/copyFileBackend.php b/maintenance/copyFileBackend.php index b39ff55eda..25073f7424 100644 --- a/maintenance/copyFileBackend.php +++ b/maintenance/copyFileBackend.php @@ -40,7 +40,7 @@ class CopyFileBackend extends Maintenance { public function __construct() { parent::__construct(); - $this->mDescription = "Copy files in one backend to another."; + $this->addDescription( 'Copy files in one backend to another.' ); $this->addOption( 'src', 'Backend containing the source files', true, true ); $this->addOption( 'dst', 'Backend where files should be copied to', true, true ); $this->addOption( 'containers', 'Pipe separated list of containers', true, true );