docs/src/pull.md

changeset 409
90a6d6952d83
parent 285
02d3e4b1245f
--- 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] <directory>`**
+**`dav-sync pull [-cldr] [-t <tags>] <directory>`**
 
 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 <tags>`** Only sync files that match the tag filter expression
 
+**`-r`** Delete files not matching the tag filter
+

mercurial