dav/optparser.c

changeset 297
3cbe57eeaed1
parent 219
9792cfe63b80
child 309
8a474d2ad209
equal deleted inserted replaced
296:bb49953b1cf8 297:3cbe57eeaed1
91 ucx_map_cstr_put(a->options, "all", NOARG); 91 ucx_map_cstr_put(a->options, "all", NOARG);
92 break; 92 break;
93 } 93 }
94 case 'l': { 94 case 'l': {
95 ucx_map_cstr_put(a->options, "list", NOARG); 95 ucx_map_cstr_put(a->options, "list", NOARG);
96 break;
97 }
98 case 'd': {
99 ucx_map_cstr_put(a->options, "date", NOARG);
96 break; 100 break;
97 } 101 }
98 case 't': { 102 case 't': {
99 ucx_map_cstr_put(a->options, "type", NOARG); 103 ucx_map_cstr_put(a->options, "type", NOARG);
100 break; 104 break;

mercurial