From e96d7972c462047e5efc82bdca6b5b165270a579 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 26 May 2005 18:00:09 +0000 Subject: [PATCH] Improved the opening comment. --- support/atomic-rsync | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/support/atomic-rsync b/support/atomic-rsync index 2f43e1ee..64967367 100755 --- a/support/atomic-rsync +++ b/support/atomic-rsync @@ -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'; -- 2.34.1