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

(-)a/misc/cronjobs/cleanup_database.pl (-2 / +1 lines)
Lines 82-88 Usage: $0 [-h|--help] [--confirm] [--sessions] [--sessdays DAYS] [-v|--verbose] Link Here
82
                      amountoutstanding is 0 or NULL.
82
                      amountoutstanding is 0 or NULL.
83
                      In the case of --fees, DAYS must be greater than
83
                      In the case of --fees, DAYS must be greater than
84
                      or equal to 1.
84
                      or equal to 1.
85
   --log-modules      Specify which action log modules to trim. Repeatable.
85
   --log-module       Specify which action log modules to trim. Repeatable.
86
   --preserve-log     Specify which action logs to exclude. Repeatable.
86
   --preserve-log     Specify which action logs to exclude. Repeatable.
87
   --log-action       Specify which action log action entries to trim. Repeatable.
87
   --log-action       Specify which action log action entries to trim. Repeatable.
88
   --logs DAYS        purge entries from action_logs older than DAYS days.
88
   --logs DAYS        purge entries from action_logs older than DAYS days.
89
- 

Return to bug 34091