From 8733b5da8ba87d427fd16750d3b96db1cc1039b1 Mon Sep 17 00:00:00 2001 From: Mikhail Sobolev Date: Thu, 26 Dec 2013 01:07:49 +0200 Subject: [PATCH] fix short/full description for elasticache --- library/cloud/elasticache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/cloud/elasticache b/library/cloud/elasticache index 9b40107d981..fa175bb397e 100644 --- a/library/cloud/elasticache +++ b/library/cloud/elasticache @@ -17,9 +17,9 @@ DOCUMENTATION = """ --- module: elasticache +short_description: Manage cache clusters in Amazon Elasticache. description: - Manage cache clusters in Amazon Elasticache. -short_description: Manage cache clusters in Amazon Elasticache. - Returns information about the specified cache cluster. version_added: "1.4" requirements: [ "boto" ]