main: added [-B] key

This commit is contained in:
Vysheng 2013-12-03 15:44:14 +04:00
parent 019e80c681
commit bc7887b5df

3
main.c
View file

@ -357,6 +357,9 @@ void args_parse (int argc, char **argv) {
case 'f':
sync_from_start = 1;
break;
case 'B':
binlog_enabled = 1;
break;
case 'h':
default:
usage ();