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

(-)a/misc/cronjobs/cleanup_database.pl (-2 / +1 lines)
Lines 59-65 use Koha::UploadedFiles; Link Here
59
59
60
sub usage {
60
sub usage {
61
    print STDERR <<USAGE;
61
    print STDERR <<USAGE;
62
Usage: $0 [-h|--help] [--confirm] [--sessions] [--sessdays DAYS] [-v|--verbose] [--zebraqueue DAYS] [-m|--mail] [--merged] [--import DAYS] [--logs DAYS] [--searchhistory DAYS] [--restrictions DAYS] [--all-restrictions] [--fees DAYS] [--temp-uploads] [--temp-uploads-days DAYS] [--uploads-missing 0|1 ] [--statistics DAYS] [--statistics-type TYPE] [--deleted-catalog DAYS] [--deleted-patrons DAYS] [--old-issues DAYS] [--old-reserves DAYS] [--transfers DAYS] [--labels DAYS] [--cards DAYS] [--bg-days DAYS [--bg-type TYPE] ] [--edifact-messages DAYS]
62
Usage: $0
63
63
64
   -h --help          prints this help message, and exits, ignoring all
64
   -h --help          prints this help message, and exits, ignoring all
65
                      other options
65
                      other options
66
- 

Return to bug 40785