From: Wayne Davison Date: Thu, 26 May 2005 18:00:09 +0000 (+0000) Subject: Improved the opening comment. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/e96d7972c462047e5efc82bdca6b5b165270a579 Improved the opening comment. --- 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';