From f64b44ad9c9bb61f644c082bc83749aceb053841 Mon Sep 17 00:00:00 2001
From: Michael DeHaan <michael.dehaan@gmail.com>
Date: Sat, 16 Feb 2013 12:36:16 -0500
Subject: [PATCH] Slight docs tweak about thirsty mode on the copy module

---
 copy | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/copy b/copy
index 268cb023cb6..372d4d9722d 100644
--- a/copy
+++ b/copy
@@ -50,9 +50,9 @@ options:
     default: "no"
   thirsty:
     description:
-      - if C(yes), will copy the file every time and replace the
-        file if the contents change. If C(no), the file will only be copied if
-        the destination does not exist.
+      - the default is C(yes), which will replace the remote file when contents
+        are different than the source.  If C(no), the file will only be transferred
+        if the destination does not exist.
     version_added: "1.1"
     required: false
     choices: [ "yes", "no" ]