Commit be403218 by Feanil Patel

Fix description.

parent 7043e457
......@@ -68,7 +68,8 @@ def create_stack(stack_name, template, region='us-east-1', blocking=True):
if __name__ == '__main__':
description = 'Create a cloudformation stack from a template.'
parser = argparse.ArgumentParser(description)
parser = argparse.ArgumentParser(description=description)
msg = 'Name for the cloudformation stack.'
parser.add_argument('-n', '--stackname', required=True, help=msg)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment