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

(-)a/misc/cronjobs/cleanup_database.pl (-2 / +1 lines)
Lines 75-81 Usage: $0 [-h|--help] [--confirm] [--sessions] [--sessdays DAYS] [-v|--verbose] Link Here
75
                      In the case of --fees, DAYS must be greater than
75
                      In the case of --fees, DAYS must be greater than
76
                      or equal to 1.
76
                      or equal to 1.
77
   --log-modules      Specify which action log modules to trim. Repeatable.
77
   --log-modules      Specify which action log modules to trim. Repeatable.
78
   --preserve-logs    Specify which action logs to exclude. Repeatable.
78
   --preserve-log    Specify which action logs to exclude. Repeatable.
79
   --logs DAYS        purge entries from action_logs older than DAYS days.
79
   --logs DAYS        purge entries from action_logs older than DAYS days.
80
                      Defaults to 180 days if no days specified.
80
                      Defaults to 180 days if no days specified.
81
   --searchhistory DAYS  purge entries from search_history older than DAYS days.
81
   --searchhistory DAYS  purge entries from search_history older than DAYS days.
82
- 

Return to bug 31776