Improved the opening comment.
authorWayne Davison <wayned@samba.org>
Thu, 26 May 2005 18:00:09 +0000 (18:00 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 26 May 2005 18:00:09 +0000 (18:00 +0000)
support/atomic-rsync

index 2f43e1e..6496736 100755 (executable)
@@ -1,9 +1,9 @@
 #!/usr/bin/perl
 #
 # This script lets you update a hierarchy of files in an atomic way by
-# first creating a new hierarchy using --link-dest to rsync, and then
-# swapping the hierarchy into place.  See the usage message for more
-# details and some important caveats!
+# first creating a new hierarchy using rsync's --link-dest option, and
+# then swapping the hierarchy into place.  **See the usage message for
+# more details and some important caveats!**
 
 use strict;
 use Cwd 'abs_path';