fix short/full description for elasticache

pull/4420/head
Mikhail Sobolev 2013-12-26 01:07:49 +02:00 committed by Michael DeHaan
parent 84948292f3
commit 8733b5da8b
1 changed files with 1 additions and 1 deletions

View File

@ -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" ]