diff --git a/src/platforms/linux/hello/hello_start_linux.cpp b/src/platforms/linux/hello/hello_start_linux.cpp index 0275662610..a7d21fa59c 100644 --- a/src/platforms/linux/hello/hello_start_linux.cpp +++ b/src/platforms/linux/hello/hello_start_linux.cpp @@ -95,6 +95,6 @@ int hello_main(int argc, char *argv[]) return 0; } - printf("usage: hello {start|stop|status}\n"); + printf("usage: hello_main {start|stop|status}\n"); return 1; }