From 1ecc057676a6ef788d5193261abd98bd364f10c0 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Wed, 20 Sep 2017 16:34:10 +0530 Subject: Migrate onap-username and onap-password onap-username and onap-password are migrated into host-username and host-password respectively Issue-Id: CLI-66 Change-Id: I4d658283523e75a2223dac9d0b839fdbc6ae2da3 Signed-off-by: Kanagaraj Manickam k00365106 --- framework/src/test/resources/sample-cmd-test-help.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'framework/src/test/resources/sample-cmd-test-help.txt') diff --git a/framework/src/test/resources/sample-cmd-test-help.txt b/framework/src/test/resources/sample-cmd-test-help.txt index 074e833e..3d3d2415 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 | --host-url] +[-u | --host-username] [-p | --host-password] [-m | --host-url] [-h | --help] [-v | --version] [-d | --debug] [-f | --format] [-s | --long] [-t | --no-title] [-a | --no-auth] [-b | --bool] [-x | --secure] @@ -13,12 +13,12 @@ Options: [-l | --long-opt] [-r | --url] [-z | --env] where, --u | --onap-username Onap user name. It is of type STRING. By +-u | --host-username Onap user name. It is of type STRING. By default, it is read from environment variable - ONAP_USERNAME. --p | --onap-password Onap user password. It is of type STRING. By + HOST_USERNAME. +-p | --host-password Onap user password. It is of type STRING. By default, it is read from environment variable - ONAP_PASSWORD. Secured. + HOST_PASSWORD. Secured. -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. -- cgit 1.2.3-korg