Fix class description for maintenance script

Change-Id: I552c9e5e200def239e2894f67183e7e47d202ea4
This commit is contained in:
Reedy 2017-02-07 15:34:29 +00:00
parent 023962f9cb
commit b15d5827d3

View file

@ -30,7 +30,7 @@ if ( getenv( 'MW_INSTALL_PATH' ) ) {
require_once ( "$IP/maintenance/Maintenance.php" );
/**
* Maintenance script to change the password of a given user.
* Maintenance script to generate captchas using a python script and copy them into storage.
*
* @ingroup Maintenance
*/