dav/optparser.c

changeset 182
ca07f14f7bfe
parent 119
451607eeff05
child 185
cd42cccee550
equal deleted inserted replaced
181:a8f8cdbf85df 182:ca07f14f7bfe
99 } 99 }
100 case 'R': { 100 case 'R': {
101 ucx_map_cstr_put(a->options, "recursive", NOARG); 101 ucx_map_cstr_put(a->options, "recursive", NOARG);
102 break; 102 break;
103 } 103 }
104 case 'O': {
105 ucx_map_cstr_put(a->options, "override", NOARG);
106 break;
107 }
104 case 'o': { 108 case 'o': {
105 if(!option) { 109 if(!option) {
106 option = "output"; 110 option = "output";
107 optchar = 'o'; 111 optchar = 'o';
108 } else { 112 } else {

mercurial