summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorWesley Hearn <whearn@redhat.com>2015-09-24 12:18:54 -0400
committerWesley Hearn <whearn@redhat.com>2015-09-24 12:18:54 -0400
commit7b92ed264b5b33f498cea020d343f19ed80461ad (patch)
tree11e05d2b732c023acd10cd2982e9e670b10b520d /bin
parentfd024841598adf3c77e57f13a17ff34a9955d43a (diff)
downloadopenshift-7b92ed264b5b33f498cea020d343f19ed80461ad.tar.gz
openshift-7b92ed264b5b33f498cea020d343f19ed80461ad.tar.bz2
openshift-7b92ed264b5b33f498cea020d343f19ed80461ad.tar.xz
openshift-7b92ed264b5b33f498cea020d343f19ed80461ad.zip
Add missing ,
Diffstat (limited to 'bin')
-rwxr-xr-xbin/cluster2
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')