dav/optparser.c

changeset 18
651989681053
parent 14
d1a43035d3a2
child 30
9a5a7a513a96
equal deleted inserted replaced
17:11dffb40cd91 18:651989681053
84 } 84 }
85 case 't': { 85 case 't': {
86 ucx_map_cstr_put(a->options, "type", ""); 86 ucx_map_cstr_put(a->options, "type", "");
87 break; 87 break;
88 } 88 }
89 case 'R': {
90 ucx_map_cstr_put(a->options, "recursive", "");
91 break;
92 }
89 case 'o': { 93 case 'o': {
90 if(!option) { 94 if(!option) {
91 option = "output"; 95 option = "output";
92 optchar = 'o'; 96 optchar = 'o';
93 } else { 97 } else {

mercurial