X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2Fprotect.php;h=e60ee0818f682ecea1531395fd31f4317ef89b69;hb=28796e14bc473e38ed18ae421cd34a10140e2c2b;hp=e772d67ce0c80ff8cf0edfe388c10b7dcca626b6;hpb=8e78fbe32bd663b11f68a72906d339ef580ebb23;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/protect.php b/maintenance/protect.php index e772d67ce0..e60ee0818f 100644 --- a/maintenance/protect.php +++ b/maintenance/protect.php @@ -1,6 +1,6 @@ mDescription = "Protect or unprotect an article from the command line."; + $this->mDescription = "Protect or unprotect a page from the command line."; $this->addOption( 'unprotect', 'Removes protection' ); $this->addOption( 'semiprotect', 'Adds semi-protection' ); $this->addOption( 'cascade', 'Add cascading protection' );