View | Details | Raw Unified | Return to bug 15563
Collapse All | Expand All

(-)a/misc/cronjobs/cleanup_database.pl (-1 / +2 lines)
Lines 107-112 Usage: $0 [-h|--help] [--confirm] [--sessions] [--sessdays DAYS] [-v|--verbose] Link Here
107
   --pseudo-transactions DAYS   Purge the pseudonymized transactions that have been originally created more than DAYS days ago
107
   --pseudo-transactions DAYS   Purge the pseudonymized transactions that have been originally created more than DAYS days ago
108
                                DAYS is optional and can be replaced by:
108
                                DAYS is optional and can be replaced by:
109
                                    --pseudo-transactions-from YYYY-MM-DD and/or --pseudo-transactions-to YYYY-MM-DD
109
                                    --pseudo-transactions-from YYYY-MM-DD and/or --pseudo-transactions-to YYYY-MM-DD
110
   --cards DAYS         Purge patron card creator batches last added to more than DAYS days ago.
111
   --labels DAYS        Purge label creator batches last added to more than DAYS days ago.
110
USAGE
112
USAGE
111
    exit $_[0];
113
    exit $_[0];
112
}
114
}
113
- 

Return to bug 15563