From e4eca848c8d95f48652096284fd8e2752ed1a316 Mon Sep 17 00:00:00 2001 From: michele papalini Date: Thu, 9 Jan 2020 14:55:32 +0100 Subject: [HICN-469] execute hicn-light-control from remote Signed-off-by: michele papalini Change-Id: I2a23a5f7648614213b83e2409e2ff3784b083758 Signed-off-by: michele papalini --- hicn-light/src/hicn/config/controlRoot.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hicn-light/src/hicn/config/controlRoot.c') 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 ] [--password ] " + " controller [--server ] [--port ] " "command\n"); printf("\n"); printf("Interactive execution:\n"); - printf(" controller [--keystore ] [--password ]\n"); + printf(" controller [--server ] [--port ]\n"); printf("\n"); printf( "If the keystore is not specified, the default path is used. Keystore " -- cgit 1.2.3-korg