dav/optparser.c

changeset 212
01e80c7cfe96
parent 209
d24761f1e07c
child 213
cd870d5f8659
equal deleted inserted replaced
211:3d12817414e9 212:01e80c7cfe96
107 } 107 }
108 case 'i': { 108 case 'i': {
109 ucx_map_cstr_put(a->options, "insecure", NOARG); 109 ucx_map_cstr_put(a->options, "insecure", NOARG);
110 break; 110 break;
111 } 111 }
112 case 'x': {
113 ucx_map_cstr_put(a->options, "noinput", NOARG);
114 break;
115 }
112 case 'o': { 116 case 'o': {
113 if(!option) { 117 if(!option) {
114 option = "output"; 118 option = "output";
115 optchar = 'o'; 119 optchar = 'o';
116 } else { 120 } else {

mercurial