提交 cc31a7c3 编写于 作者: M Minghao Li

refactor(sync): add syncRestoreFromSnapshot

上级 ed6001d5
......@@ -49,7 +49,7 @@ SSyncNode* createSyncNode(SWal* pWal) {
void usage(char* exe) { printf("usage: %s path vgId snapshotIndex \n", exe); }
int main(int argc, char** argv) {
if (argc != 3) {
if (argc != 4) {
usage(argv[0]);
exit(-1);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册