dav/optparser.c

changeset 334
5f80c5d0e87f
parent 330
54819e984a19
child 338
c7f3fe4abdb2
equal deleted inserted replaced
333:000cdd124115 334:5f80c5d0e87f
126 case 'S': { 126 case 'S': {
127 // undocumented hidden feature 127 // undocumented hidden feature
128 ucx_map_cstr_put(a->options, "structure", NOARG); 128 ucx_map_cstr_put(a->options, "structure", NOARG);
129 break; 129 break;
130 } 130 }
131 case 'A': {
132 ucx_map_cstr_put(a->options, "tar", NOARG);
133 break;
134 }
131 case 'K': { 135 case 'K': {
132 ucx_map_cstr_put(a->options, "keep", NOARG); 136 ucx_map_cstr_put(a->options, "keep", NOARG);
133 break; 137 break;
134 } 138 }
135 case 'o': { 139 case 'o': {

mercurial