dav/optparser.c

changeset 517
8531b63accae
parent 476
b4e3453e2b49
child 684
a4b4257c1a5f
equal deleted inserted replaced
516:39f5f17c3bc3 517:8531b63accae
124 } 124 }
125 case 'x': { 125 case 'x': {
126 ucx_map_cstr_put(a->options, "xml", NOARG); 126 ucx_map_cstr_put(a->options, "xml", NOARG);
127 break; 127 break;
128 } 128 }
129 case 'F': {
130 option = "finfo";
131 optchar = 'F';
132 break;
133 }
129 case 'S': { 134 case 'S': {
130 // undocumented hidden feature 135 // undocumented hidden feature
131 ucx_map_cstr_put(a->options, "structure", NOARG); 136 ucx_map_cstr_put(a->options, "structure", NOARG);
132 break; 137 break;
133 } 138 }
158 case 'T': { 163 case 'T': {
159 option = "timeout"; 164 option = "timeout";
160 optchar = 'T'; 165 optchar = 'T';
161 break; 166 break;
162 } 167 }
163 case 'F': { 168 /*
169 case 'P': {
164 option = "progressfile"; 170 option = "progressfile";
165 optchar = 'F'; 171 optchar = 'F';
166 break; 172 break;
167 } 173 }
174 */
168 case 'V': { 175 case 'V': {
169 option = "version"; 176 option = "version";
170 optchar = 'V'; 177 optchar = 'V';
171 break; 178 break;
172 } 179 }

mercurial