}
DL_FOREACH_SAFE(cit->options, copt, copttmp) {
r = snprintf(p, rlen, "%c%s ", copt->on ? '+' : '-', copt->opt);
r = snprintf(p, rlen, " %c%s", copt->on ? '+' : '-', copt->opt);
p += r;
rlen -= r;