From a04b3eab2f3918189f18f835d3869e92e094543f Mon Sep 17 00:00:00 2001 From: Rajith Roshan Date: Thu, 21 Nov 2019 11:06:30 +0530 Subject: [PATCH] Apply suggestions from code review Co-Authored-By: Praminda --- .../src/main/resources/cli-help/cli-reset.help | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/micro-gateway-cli/src/main/resources/cli-help/cli-reset.help b/components/micro-gateway-cli/src/main/resources/cli-help/cli-reset.help index dd554a7f2c..dd5a17e3c9 100644 --- a/components/micro-gateway-cli/src/main/resources/cli-help/cli-reset.help +++ b/components/micro-gateway-cli/src/main/resources/cli-help/cli-reset.help @@ -6,12 +6,12 @@ SYNOPSIS DESCRIPTION - The reset command is used to clear all the previously user related configurations, such as "--username", + The reset command is used to clear all the previous user configurations, such as "--username", "--clientId", etc. This will enable different user credentials to be provided when importing APIs from WSO2 API Manager When running the setup command for the first time, those configurations are stored internally within the - microgateway CLI tool and will be reused for subsequent setup commands. To rerun the setup command with a + microgateway CLI tool and will be reused for subsequent import commands. To rerun the import command with a different user credentials, the reset command needs to be run beforehand. Using "micro-gw reset -c ", we can reset an externally provided config file. @@ -21,4 +21,4 @@ EXAMPLES $ micro-gw reset Reset an external config file - $ micro-gw reset -c /home/user/micro-gw/external-config.toml \ No newline at end of file + $ micro-gw reset -c /home/user/micro-gw/external-config.toml