summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/git.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/modules/git.py')
-rw-r--r--lib/ansible/modules/git.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ansible/modules/git.py b/lib/ansible/modules/git.py
index 96810086bd..0262316210 100644
--- a/lib/ansible/modules/git.py
+++ b/lib/ansible/modules/git.py
@@ -85,8 +85,8 @@ options:
description:
- If C(yes), any modified files in the working
repository will be discarded. Prior to 0.7, this was always
- 'yes' and could not be disabled. Prior to 1.9, the default was
- `yes`.
+ C(yes) and could not be disabled. Prior to 1.9, the default was
+ C(yes).
type: bool
default: 'no'
version_added: "0.7"