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

(-)a/misc/cronjobs/delete_records_via_leader.pl (-2 / +3 lines)
Lines 59-65 This script has the following parameters : Link Here
59
    -h --help: Prints this message
59
    -h --help: Prints this message
60
    -c --confirm: Script will do nothing without this parameter
60
    -c --confirm: Script will do nothing without this parameter
61
    -v --verbose: Be verbose
61
    -v --verbose: Be verbose
62
    -t --test: Test mode, does not delete records
62
    -t --test: Test mode, does not delete records.
63
               Test mode cannot determine if a record/item will be deleted successfully,
64
               it will only tell you what records and items the script will attempt to delete.
63
    -i --delete-items: Try deleting items before deleting record.
65
    -i --delete-items: Try deleting items before deleting record.
64
                       Records with items cannot be deleted.
66
                       Records with items cannot be deleted.
65
};
67
};
66
- 

Return to bug 11084