summaryrefslogtreecommitdiff
path: root/maintenance/removeUnusedAccounts.inc
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/removeUnusedAccounts.inc')
-rw-r--r--maintenance/removeUnusedAccounts.inc6
1 files changed, 2 insertions, 4 deletions
diff --git a/maintenance/removeUnusedAccounts.inc b/maintenance/removeUnusedAccounts.inc
index 20791230..8f900272 100644
--- a/maintenance/removeUnusedAccounts.inc
+++ b/maintenance/removeUnusedAccounts.inc
@@ -3,8 +3,8 @@
/**
* Support functions for the removeUnusedAccounts maintenance script
*
- *
- * @addtogroup Maintenance
+ * @file
+ * @ingroup Maintenance
* @author Rob Church <robchur@gmail.com>
*/
@@ -42,5 +42,3 @@ function showHelp() {
echo( " --delete : Delete accounts which are discovered to be inactive\n" );
echo( "\n" );
}
-
-?> \ No newline at end of file