dav/sopt.c

changeset 443
2f019a4bc78a
parent 391
10305c5b0a16
child 444
761dc4867208
equal deleted inserted replaced
442:9255f59139c6 443:2f019a4bc78a
79 } 79 }
80 case 'v': { 80 case 'v': {
81 ucx_map_cstr_put(a->options, "verbose", NOARG); 81 ucx_map_cstr_put(a->options, "verbose", NOARG);
82 break; 82 break;
83 } 83 }
84 case 's': { 84 case 's': {;
85 ucx_map_cstr_put(a->options, "syncdir", NOARG); 85 option = "syncdir";
86 optchar = 's';
86 break; 87 break;
87 } 88 }
88 case 't': { 89 case 't': {
89 option = "tags"; 90 option = "tags";
90 optchar = 't'; 91 optchar = 't';

mercurial