diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-08-11 10:41:29 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-08-11 10:44:08 +0530 |
commit | 5a0dadc2c7439719142db3c7e2200d12face4b45 (patch) | |
tree | 4c4434a5e5baa4020688f32b725fde02302ca7f5 /framework/src/test/resources/sample-cmd-test-help.txt | |
parent | fe2e261b250be6724c305d4c6f940ca35263596f (diff) |
Migrate msb-url into host-url
CLI framework is being enhanced to support
different service mode like direct and catalog
and msb term is verfy specific to catalog mode.
so its migrated to move to generic format
CLI-29
Change-Id: I93f8354e2f32f7cae1660168ce403c76cca0587f
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'framework/src/test/resources/sample-cmd-test-help.txt')
-rw-r--r-- | framework/src/test/resources/sample-cmd-test-help.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/src/test/resources/sample-cmd-test-help.txt b/framework/src/test/resources/sample-cmd-test-help.txt index d8ce1ef5..074e833e 100644 --- a/framework/src/test/resources/sample-cmd-test-help.txt +++ b/framework/src/test/resources/sample-cmd-test-help.txt @@ -5,7 +5,7 @@ Onap sample command to test the command features Onap service: sample v1 Options: -[-u | --onap-username] [-p | --onap-password] [-m | --msb-url] +[-u | --onap-username] [-p | --onap-password] [-m | --host-url] [-h | --help] [-v | --version] [-d | --debug] [-f | --format] [-s | --long] [-t | --no-title] [-a | --no-auth] [-b | --bool] [-x | --secure] @@ -19,7 +19,7 @@ where, -p | --onap-password Onap user password. It is of type STRING. By default, it is read from environment variable ONAP_PASSWORD. Secured. --m | --msb-url Onap MSB url. It is of type URL. By default, it +-m | --host-url Onap MSB url. It is of type URL. By default, it is read from environment variable ONAP_MSB_URL. -h | --help Onap command help message. It is of type STRING. By default, it is false. |