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

(-)a/misc/migration_tools/remove_unused_authorities.pl (-2 / +1 lines)
Lines 38-44 GetOptions( Link Here
38
    'h|help'             => \$want_help,
38
    'h|help'             => \$want_help,
39
);
39
);
40
40
41
if ( $want_help || !$confirm ) {
41
if ( $want_help || !($test || $confirm) ) {
42
    print_usage();
42
    print_usage();
43
    exit 0;
43
    exit 0;
44
}
44
}
45
- 

Return to bug 21865