dav/optparser.c

changeset 213
cd870d5f8659
parent 212
01e80c7cfe96
child 219
9792cfe63b80
equal deleted inserted replaced
212:01e80c7cfe96 213:cd870d5f8659
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': { 112 case 'N': {
113 ucx_map_cstr_put(a->options, "noinput", NOARG); 113 ucx_map_cstr_put(a->options, "noinput", NOARG);
114 break;
115 }
116 case 'e': {
117 ucx_map_cstr_put(a->options, "extended", NOARG);
114 break; 118 break;
115 } 119 }
116 case 'o': { 120 case 'o': {
117 if(!option) { 121 if(!option) {
118 option = "output"; 122 option = "output";

mercurial