aboutsummaryrefslogtreecommitdiffstats
path: root/hicn-light/src/hicn/config/controlRoot.c
diff options
context:
space:
mode:
authormichele papalini <micpapal@cisco.com>2020-01-09 14:55:32 +0100
committermichele papalini <micpapal@cisco.com>2020-01-09 17:23:36 +0100
commite4eca848c8d95f48652096284fd8e2752ed1a316 (patch)
tree8c229e9c852aff110ae961c82117bf8c2b825c63 /hicn-light/src/hicn/config/controlRoot.c
parent41e72f60c2da1586d5330365f065e8908e3b9b07 (diff)
[HICN-469] execute hicn-light-control from remote
Signed-off-by: michele papalini <micpapal@cisco.com> Change-Id: I2a23a5f7648614213b83e2409e2ff3784b083758 Signed-off-by: michele papalini <micpapal@cisco.com>
Diffstat (limited to 'hicn-light/src/hicn/config/controlRoot.c')
-rw-r--r--hicn-light/src/hicn/config/controlRoot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hicn-light/src/hicn/config/controlRoot.c b/hicn-light/src/hicn/config/controlRoot.c
index e135dfc50..8c8cc1804 100644
--- a/hicn-light/src/hicn/config/controlRoot.c
+++ b/hicn-light/src/hicn/config/controlRoot.c
@@ -62,11 +62,11 @@ static CommandReturn _controlRoot_HelpExecute(CommandParser *parser,
CommandOps *ops, PARCList *args) {
printf("Command-line execution:\n");
printf(
- " controller [--keystore <keystorepath>] [--password <password>] "
+ " controller [--server <server-ip>] [--port <server-port>] "
"command\n");
printf("\n");
printf("Interactive execution:\n");
- printf(" controller [--keystore <keystorepath>] [--password <password>]\n");
+ printf(" controller [--server <server-ip>] [--port <server-port>]\n");
printf("\n");
printf(
"If the keystore is not specified, the default path is used. Keystore "