diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-05-31 15:04:29 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-05-31 15:05:06 -0500 |
commit | 885d85728ddfa5346a9391eda1ec224319b51f83 (patch) | |
tree | 0b5e7d9ff75a0837f31f540fe4f862d5d1630a0f /ci/deploy.sh | |
parent | ec07b10b209d4a5cf076bafd716b2bfc33bdeb59 (diff) |
modified for right syntax.
Change-Id: I6abcfbd8bbc5423003ba2dcee4c9fd0018542652
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
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 8cc0bd7c..0a91b4ac 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -26,7 +26,7 @@ usage() { echo "Usage: $0 [-s <nosdn|odl|opencontrail>] [-t <nonha|ha|tip>] [-o <juno|liberty>] [-l <default|intelpod5>] - [-f <ipv6|l2|l3|dvr>] + [-f <ipv6|dpdk|lxd|dvr>] [-d <trusty|xenial>] [-a <amd64>] [-r <a|b>]" 1>&2 exit 1; } |