Commit 6bf8d39c by John Jarvis

fixing help for security-group

parent e512b5f3
......@@ -75,7 +75,7 @@ def parse_args(args=sys.argv[1:]):
help="dns entry for the new rds instance")
parser.add_argument('--security-group', action="store_true",
default=False,
help="security group to add to the new instance")
help="add sg group from SG_GROUPS")
parser.add_argument('--clean', action="store_true",
default=False,
help="clean the db after launching it into the vpc, removing sensitive data")
......
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