Switch to unified view

a/src/index/recollindex.cpp b/src/index/recollindex.cpp
...
...
477
477
478
    if ((op_flags & OPT_z) && (op_flags & (OPT_i|OPT_e|OPT_r)))
478
    if ((op_flags & OPT_z) && (op_flags & (OPT_i|OPT_e|OPT_r)))
479
    Usage();
479
    Usage();
480
    if ((op_flags & OPT_Z) && (op_flags & (OPT_m)))
480
    if ((op_flags & OPT_Z) && (op_flags & (OPT_m)))
481
    Usage();
481
    Usage();
482
    if ((op_flags & OPT_E) && (op_flags & ~OPT_E)) {
482
    if ((op_flags & OPT_E) && (op_flags & ~(OPT_E|OPT_c))) {
483
        Usage();
483
        Usage();
484
    }
484
    }
485
    string reason;
485
    string reason;
486
    RclInitFlags flags = (op_flags & OPT_m) && !(op_flags&OPT_D) ? 
486
    RclInitFlags flags = (op_flags & OPT_m) && !(op_flags&OPT_D) ? 
487
    RCLINIT_DAEMON : RCLINIT_IDX;
487
    RCLINIT_DAEMON : RCLINIT_IDX;