dav/sopt.c

changeset 372
2e15ff88a0ab
parent 364
3769ba002fd1
child 380
8a0c727aa409
equal deleted inserted replaced
371:604e7e335b3b 372:2e15ff88a0ab
95 } 95 }
96 case 'v': { 96 case 'v': {
97 ucx_map_cstr_put(a->options, "verbose", NOARG); 97 ucx_map_cstr_put(a->options, "verbose", NOARG);
98 break; 98 break;
99 } 99 }
100 case 's': {
101 ucx_map_cstr_put(a->options, "syncdir", NOARG);
102 break;
103 }
100 } 104 }
101 } 105 }
102 } else if(option) { 106 } else if(option) {
103 ucx_map_cstr_put(a->options, option, arg); 107 ucx_map_cstr_put(a->options, option, arg);
104 option = NULL; 108 option = NULL;

mercurial