diff options
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-x | ci/deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index 9d24d2f8..c44eaba0 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -32,7 +32,7 @@ usage() { echo "Usage: $0 [-s <nosdn|odl|opencontrail>] [-f <ipv6,dpdk,lxd,dvr>] [-d <trusty|xenial>] [-a <amd64>] - [-m <openstack|kubernates>] + [-m <openstack|kubernetes>] [-r <a|b>]" 1>&2 exit 1; } while getopts ":s:t:o:l:h:r:f:d:a:m:" opt; do |