changeset 204:1d4f3be0e000

Updated the comment example to be valid.
author Steve Kemp <steve@steve.org.uk>
date Mon, 14 Apr 2008 19:04:14 +0100
parents a032048557b6
children e0ef0f218600
files COMMENTS
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/COMMENTS	Mon Apr 14 19:03:22 2008 +0100
+++ b/COMMENTS	Mon Apr 14 19:04:14 2008 +0100
@@ -95,11 +95,11 @@
   With the "pre-build" and "post-build" arguments to chronicle
  you can automate this:
 
- chronicle
-   --pre-build="rsync varz user@remote:/path/to/comments comments/" \
-   --comments=./comments
-   --output=./output
-   --post-build="rsync vazr ./output user@remote:/path/to/location"
+ chronicle \
+   --pre-build="rsync -varz user@remote:/path/to/comments comments/" \
+   --comments=./comments \
+   --output=./output \
+   --post-build="rsync -vazr ./output user@remote:/path/to/location"
 
 
 
@@ -117,4 +117,4 @@
   You might need to do something similar for your own installation.
 
 Steve
--- 
+--