dav/optparser.c

changeset 476
b4e3453e2b49
parent 376
222997d48ae1
child 517
8531b63accae
equal deleted inserted replaced
475:52e4171d42ce 476:b4e3453e2b49
163 case 'F': { 163 case 'F': {
164 option = "progressfile"; 164 option = "progressfile";
165 optchar = 'F'; 165 optchar = 'F';
166 break; 166 break;
167 } 167 }
168 case 'V': {
169 option = "version";
170 optchar = 'V';
171 break;
172 }
168 } 173 }
169 } 174 }
170 } else if(option) { 175 } else if(option) {
171 ucx_map_cstr_put(a->options, option, arg); 176 ucx_map_cstr_put(a->options, option, arg);
172 option = NULL; 177 option = NULL;

mercurial