From 13d420ebee11f2f4f68793b59f065b382beaeab9 Mon Sep 17 00:00:00 2001
From: Scott Miller <scott.miller171@gmail.com>
Date: Fri, 27 Mar 2015 16:20:20 -0400
Subject: [PATCH] describe choices in alias documentation

---
 cloud/amazon/route53.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cloud/amazon/route53.py b/cloud/amazon/route53.py
index 97689a985b4..826269fb2f9 100644
--- a/cloud/amazon/route53.py
+++ b/cloud/amazon/route53.py
@@ -61,6 +61,7 @@ options:
     version_added: 1.9
     default: False
     aliases: []
+    choices: [ 'True', 'False' ]
   alias_hosted_zone_id:
     description:
       - The hosted zone identifier.
@@ -153,7 +154,7 @@ EXAMPLES = '''
       record=elb.foo.com
       type=A
       value="{{ elb_dns_name }}"
-      alias=yes
+      alias=True
       alias_hosted_zone_id="{{ elb_zone_id }}"