diff options
author | 2019-03-20 11:03:25 +0100 | |
---|---|---|
committer | 2019-03-20 14:49:36 +0100 | |
commit | d0111c2f8b5b73739f7193a79415e1d0bc8ee8c8 (patch) | |
tree | 6422f7126c5200e384b7cc34a15dc79a8a54d3bb /hicn-light/src/command_line | |
parent | d9b0f33a36f0f3f345d1059a82d725002780ca96 (diff) |
[HICN-128] README utils and renaming of executables
Change-Id: I5e3cd78306d9f4a25197b54ca5b2779e600891c8
Signed-off-by: Angelo Mantellini <manangel@cisco.com>
Diffstat (limited to 'hicn-light/src/command_line')
-rw-r--r-- | hicn-light/src/command_line/daemon/hicnLightDaemon_main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hicn-light/src/command_line/daemon/hicnLightDaemon_main.c b/hicn-light/src/command_line/daemon/hicnLightDaemon_main.c index 39e57ad9e..14192618b 100644 --- a/hicn-light/src/command_line/daemon/hicnLightDaemon_main.c +++ b/hicn-light/src/command_line/daemon/hicnLightDaemon_main.c @@ -86,11 +86,11 @@ static void _displayForwarderLogo(void) { static void _usage(int exitCode) { #ifndef _WIN32 printf( - "Usage: daemon [--port port] [--capacity objectStoreSize] " + "Usage: hicn-light-daemon [--port port] [--capacity objectStoreSize] " "[--log facility=level] [--log-file filename] [--config file]\n"); #else printf( - "Usage: daemon [--port port] [--daemon] [--capacity objectStoreSize] " + "Usage: hicn-light-daemon.exe [--port port] [--daemon] [--capacity objectStoreSize] " "[--log facility=level] [--log-file filename] [--config file]\n"); #endif printf("\n"); |