docs/src/date.md

changeset 282
3070d72f54af
parent 281
ddb5e8f2a43d
child 283
0e36bb75a732
--- a/docs/src/date.md	Sat Aug 05 11:33:17 2017 +0200
+++ b/docs/src/date.md	Sat Aug 05 13:35:27 2017 +0200
@@ -3,7 +3,7 @@
 
 **`date [url]`**
 
-The purpose of this command is to get the current date from a server and print it to stdout (HTTP date format). This in useful in combination with the `-U` option for the `list` and `get` command.
+The purpose of this command is to get the current date from a server and print it to stdout (HTTP date format). This in useful in combination with the **`-u`** option for the `list` and `get` command.
 
 The *url* can be any http url. If no *url* is specified, the local time is used.
 
@@ -17,7 +17,7 @@
 	
 After some resources are changed on the server, you can download only the modified files.
 
-	$ dav get -R -U `cat last_get` myserv/col/
+	$ dav get -R -u `cat last_get` myserv/col/
 
 
 

mercurial