diff options
author | Wesley Hearn <wesley.s.hearn@gmail.com> | 2015-09-30 13:00:19 -0400 |
---|---|---|
committer | Wesley Hearn <wesley.s.hearn@gmail.com> | 2015-09-30 13:00:19 -0400 |
commit | 326d26b8a57330bf1fdd24a31990f4546084f81e (patch) | |
tree | b813a3757e6e4df57f12dcbdf7620cfda1a5b48c /bin | |
parent | 0ded8248eedf3ad1ceac44eac486e83a53960bb5 (diff) | |
parent | 7b92ed264b5b33f498cea020d343f19ed80461ad (diff) | |
download | openshift-326d26b8a57330bf1fdd24a31990f4546084f81e.tar.gz openshift-326d26b8a57330bf1fdd24a31990f4546084f81e.tar.bz2 openshift-326d26b8a57330bf1fdd24a31990f4546084f81e.tar.xz openshift-326d26b8a57330bf1fdd24a31990f4546084f81e.zip |
Merge pull request #611 from wshearn/fix_product_type
Add missing ,
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/cluster | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cluster b/bin/cluster index a19434e21..582327415 100755 --- a/bin/cluster +++ b/bin/cluster @@ -260,7 +260,7 @@ if __name__ == '__main__': choices=['origin', 'online', 'enterprise'], help='Deployment type. (default: origin)') meta_parser.add_argument('-T', '--product-type', - choices=['openshift' 'atomic-enterprise'], + choices=['openshift', 'atomic-enterprise'], help='Product type. (default: openshift)') meta_parser.add_argument('-o', '--option', action='append', help='options') |