From e031054934766617ecd895e659baed4df3a14fda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Gali=C4=87?= Date: Wed, 28 Nov 2012 10:02:20 +0100 Subject: [PATCH] Fix subversion module's documentation Let our users determine what they want to do with a given module. Particularily when the mdoule doesn't pose any such restrictions. --- library/subversion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/subversion b/library/subversion index 0233fee9a0..8edc27ca5d 100644 --- a/library/subversion +++ b/library/subversion @@ -23,7 +23,7 @@ DOCUMENTATION = ''' module: subversion short_description: Deploys a subversion repository. description: - - This module is really simple, so for now this checks out from the given branch of a repo at a particular SHA or tag. Latest is not supported, you should not be doing that. + - This module is really simple: It checks out from the given branch of a repo or at a particular tag. version_added: "0.7" options: repo: