diff -r f71eab18ed38 -r 90a6d6952d83 docs/src/pull.md --- a/docs/src/pull.md Sun Jun 03 14:40:07 2018 +0200 +++ b/docs/src/pull.md Sun Jun 03 16:05:49 2018 +0200 @@ -2,7 +2,7 @@ title: 'dav-sync pull' --- -**`dav-sync pull [-cld] `** +**`dav-sync pull [-cldr] [-t ] `** Pulls all changes from the server. All new or modified files are downloaded and all files deleted on the server are deleted locally. If a file is also locally modified and conflict detection is not disabled, the local file is renamed and an entry in the conflict database is added. @@ -16,4 +16,7 @@ **`-d`** Don't lock the repository (default) +**`-t `** Only sync files that match the tag filter expression +**`-r`** Delete files not matching the tag filter +