diff options
Diffstat (limited to 'hv-collector-utils/src/main')
-rw-r--r-- | hv-collector-utils/src/main/kotlin/org/onap/dcae/collectors/veshv/utils/commandline/CommandLineOption.kt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hv-collector-utils/src/main/kotlin/org/onap/dcae/collectors/veshv/utils/commandline/CommandLineOption.kt b/hv-collector-utils/src/main/kotlin/org/onap/dcae/collectors/veshv/utils/commandline/CommandLineOption.kt index b20f2aab..82711d9b 100644 --- a/hv-collector-utils/src/main/kotlin/org/onap/dcae/collectors/veshv/utils/commandline/CommandLineOption.kt +++ b/hv-collector-utils/src/main/kotlin/org/onap/dcae/collectors/veshv/utils/commandline/CommandLineOption.kt @@ -35,10 +35,10 @@ enum class CommandLineOption(val option: Option) { .desc("URL of ves configuration on consul") .build() ), - UPDATE_INTERVAL(Option.builder("I") - .longOpt("update-interval") + CONSUL_FIRST_REQUEST_DELAY(Option.builder("d") + .longOpt("first-request-delay") .hasArg() - .desc("Consul configuration update interval in seconds") + .desc("Delay of first request to consul in seconds") .build() ), VES_HV_PORT(Option.builder("p") |