summaryrefslogtreecommitdiffstats
path: root/hicn-light/src/command_line/daemon/hicnLightDaemon_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'hicn-light/src/command_line/daemon/hicnLightDaemon_main.c')
-rw-r--r--hicn-light/src/command_line/daemon/hicnLightDaemon_main.c4
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");