docs/src/dav-sync.1.md

changeset 438
329d57cddae8
parent 436
daea53362170
child 439
e85c93b59d1c
--- a/docs/src/dav-sync.1.md	Thu Jun 28 21:41:05 2018 +0200
+++ b/docs/src/dav-sync.1.md	Sun Jul 01 16:13:17 2018 +0200
@@ -1,14 +1,14 @@
-% DAV-SYNC(1) dav-sync User Manuals
+% DAV-SYNC(1) Version 1.2 | DavUtils User Manuals
 % Olaf Wintermann
 % July 1, 2018
 
 # NAME
 
-dav-sync - synchronize a local directory with a WebDAV collection.
+**dav-sync** - synchronize a local directory with a WebDAV collection.
 
 # SYNOPSIS
 
-dav-sync *command* [*options*] *arguments*...
+**dav-sync** *command* [*options*] *arguments*...
 
 # DESCRIPTION
 
@@ -16,11 +16,11 @@
 
 # COMMANDS
 
-pull [*-cldr*] [*-t tags*] *directory*
+pull [**-cldr**] [**-t** *tags*] *directory*
 
-push [*-cldr*] [*-t tags*] *directory*
+push [**-cldr**] [**-t** *tags*] *directory*
 
-archive [*-cld*] [*-t tags*] *directory*
+archive [**-cld**] [**-t** *tags*] *directory*
 
 resolve-conflicts *directory*
 
@@ -30,35 +30,38 @@
 
 empty-trash *directory*
 
-add-tag [*-s syncdir*] *file* *tag*
+add-tag [**-s** *syncdir*] *file* *tag*
+
+remove-tag [**-s** *syncdir*] *file* *tag*
 
-remove-tag [*-s syncdir*] *file* *tag*
+set-tags [**-s** *syncdir*] *file* *tags*
 
-set-tags [*-s syncdir*] *file* *tags*
+list-tags [**-s** *syncdir*] *file*
 
-list-tags [*-s syncdir*] *file*
+# GENERAL OPTIONS
 
+The following options can be used with all commands.
 
-# OPTIONS
+**-v**
+:   Verbose output.
 
--c
+# COMMAND OPTIONS
+
+**-c**
 :   Disable conflict detection.
 
--l
-:   Lock the repository before access.
-
--d
+**-d**
 :   Don't lock the repository.
 
--t *tags*
+**-l**
+:   Lock the repository before access.
+
+**-t** *tags*
 :   Only sync files which have the specified tags.
 
--r
+**-r**
 :   Remove ressources not matching the tag filter.
 
--v
-:   Verbose output (all commands).
-
 # SEE ALSO
 
 `dav` (1).

mercurial