dav/optparser.c

changeset 376
222997d48ae1
parent 375
39fd327f81da
child 476
b4e3453e2b49
equal deleted inserted replaced
375:39fd327f81da 376:222997d48ae1
129 case 'S': { 129 case 'S': {
130 // undocumented hidden feature 130 // undocumented hidden feature
131 ucx_map_cstr_put(a->options, "structure", NOARG); 131 ucx_map_cstr_put(a->options, "structure", NOARG);
132 break; 132 break;
133 } 133 }
134 case 'A': {
135 ucx_map_cstr_put(a->options, "tar", NOARG);
136 break;
137 }
138 case 'K': { 134 case 'K': {
139 ucx_map_cstr_put(a->options, "keep", NOARG); 135 ucx_map_cstr_put(a->options, "keep", NOARG);
140 break; 136 break;
141 } 137 }
142 case 'o': { 138 case 'o': {

mercurial