diff --git a/maintenance/GenerateFancyCaptchas.php b/maintenance/GenerateFancyCaptchas.php index b8b56923c..e366c37dc 100644 --- a/maintenance/GenerateFancyCaptchas.php +++ b/maintenance/GenerateFancyCaptchas.php @@ -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 */