# HG changeset patch # User Steve Kemp # Date 1208196254 -3600 # Node ID 1d4f3be0e000d8250476c954a84660a36858d535 # Parent a032048557b6f002f7a645ab9eae1b7cc34ba942 Updated the comment example to be valid. diff -r a032048557b6 -r 1d4f3be0e000 COMMENTS --- 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 --- +--