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:
Mark Charlebois
2015-03-12 12:13:34 -07:00
parent a25ae71f99
commit 0553a68a1a

View File

@@ -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;
}