aboutsummaryrefslogtreecommitdiffstats
path: root/hv-collector-client-simulator/src/main
diff options
context:
space:
mode:
authorJakub Dudycz <jakub.dudycz@nokia.com>2018-06-08 12:57:13 +0200
committerPiotr Jaszczyk <piotr.jaszczyk@nokia.com>2018-08-01 12:28:21 +0200
commit85439499beabf26902ebd670e6855bdaa18f470b (patch)
treef2c43b391e368aa808f76a73cdb20801573db87f /hv-collector-client-simulator/src/main
parent0aa02844a2d9806ab30a010b9b5d928d69392579 (diff)
Dockerized simulator
Change-Id: Idb8c1d44f76c62dd83989c60670ad2ea49991d35 Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com> Issue-ID: DCAEGEN2-601
Diffstat (limited to 'hv-collector-client-simulator/src/main')
-rw-r--r--hv-collector-client-simulator/src/main/kotlin/org.onap.dcae.collectors.veshv.main/config/ArgBasedClientConfiguration.kt4
1 files changed, 2 insertions, 2 deletions
diff --git a/hv-collector-client-simulator/src/main/kotlin/org.onap.dcae.collectors.veshv.main/config/ArgBasedClientConfiguration.kt b/hv-collector-client-simulator/src/main/kotlin/org.onap.dcae.collectors.veshv.main/config/ArgBasedClientConfiguration.kt
index decf3258..1bf9046f 100644
--- a/hv-collector-client-simulator/src/main/kotlin/org.onap.dcae.collectors.veshv.main/config/ArgBasedClientConfiguration.kt
+++ b/hv-collector-client-simulator/src/main/kotlin/org.onap.dcae.collectors.veshv.main/config/ArgBasedClientConfiguration.kt
@@ -37,14 +37,14 @@ internal object DefaultValues {
internal object ArgBasedClientConfiguration {
private val OPT_VES_PORT = Option.builder("p")
- .longOpt("port")
+ .longOpt("ves-port")
.required()
.hasArg()
.desc("VesHvCollector port")
.build()
private val OPT_VES_HOST = Option.builder("h")
- .longOpt("host")
+ .longOpt("ves-host")
.required()
.hasArg()
.desc("VesHvCollector host")