mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
Fixed usage string for hello app
hello should have been hello_main Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user