From fa11b3fe7c021ad20ccf0bac72ab9c5ca426edbb Mon Sep 17 00:00:00 2001 From: fyears Date: Sat, 23 Oct 2021 16:41:32 +0800 Subject: [PATCH] polish algo --- docs/algorithm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/algorithm.md b/docs/algorithm.md index 3dbb6e9..6347213 100644 --- a/docs/algorithm.md +++ b/docs/algorithm.md @@ -21,5 +21,5 @@ We list all combinations mutually exclusive and collectively exhaustive. | 3 | exist | not exist | exist | mtime_remote >= delete_time_local | download remote file, create folder if not exists | | 4 | exist | not exist | exist | mtime_remote < delete_time_local | delete remote file, clear local history | | 5 | exist | not exist | not exist | | download remote file, create folder if not exists | -| 6 | not exist | exist | ignore | | upload local file, create remote folder if not exists | +| 6 | not exist | exist | ignore | | upload local file, create remote folder if not exists, clear local history if exists | | 7 | not exist | not exist | ignore | | clear local history if exists |