dav/optparser.c

changeset 330
54819e984a19
parent 315
7db4dbf4e6f9
child 334
5f80c5d0e87f
equal deleted inserted replaced
329:2dc61cc5a8ac 330:54819e984a19
126 case 'S': { 126 case 'S': {
127 // undocumented hidden feature 127 // undocumented hidden feature
128 ucx_map_cstr_put(a->options, "structure", NOARG); 128 ucx_map_cstr_put(a->options, "structure", NOARG);
129 break; 129 break;
130 } 130 }
131 case 'K': {
132 ucx_map_cstr_put(a->options, "keep", NOARG);
133 break;
134 }
131 case 'o': { 135 case 'o': {
132 if(!option) { 136 if(!option) {
133 option = "output"; 137 option = "output";
134 optchar = 'o'; 138 optchar = 'o';
135 } else { 139 } else {

mercurial