OOPS, completely forgot to add new messages in r47469
[lhc/web/wiklou.git] / maintenance / removeUnusedAccounts.inc
index a21dcc7..02c07c1 100644 (file)
@@ -38,9 +38,9 @@ function isInactiveAccount( $id, $master = false ) {
  */
 function showHelp() {
        echo( "Delete unused user accounts from the database.\n\n" );
-       echo( "Accounts touched within the last week will be ignored.\n\n" );
-       echo( "Sysops and bureaucrats will be ignored.\n\n" );
        echo( "USAGE: php removeUnusedAccounts.php [--delete]\n\n" );
-       echo( "  --delete : Delete accounts which are discovered to be inactive\n" );
+       echo( "  --delete             : Delete accounts which are discovered to be inactive\n" );
+       echo( "  --ignore-touched=x   : Ignore accounts touched within the lasts x days\n" );
+       echo( "  --ignore-groups=x,y  : Ignore accounts within these groups\n" );
        echo( "\n" );
 }