dav/optparser.c

changeset 186
05d11fbcaeb3
parent 185
cd42cccee550
child 199
f448fc8c9191
equal deleted inserted replaced
185:cd42cccee550 186:05d11fbcaeb3
145 cmd_args_free(a); 145 cmd_args_free(a);
146 return NULL; 146 return NULL;
147 } 147 }
148 break; 148 break;
149 } 149 }
150 case 'i': {
151 ucx_map_cstr_put(a->options, "interactive", NOARG);
152 break;
153 }
154 } 150 }
155 } 151 }
156 } else if(option) { 152 } else if(option) {
157 ucx_map_cstr_put(a->options, option, arg); 153 ucx_map_cstr_put(a->options, option, arg);
158 option = NULL; 154 option = NULL;

mercurial