Browse Source

Fixed usage string for hello app

hello should have been hello_main

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
sbg
Mark Charlebois 10 years ago
parent
commit
0553a68a1a
  1. 2
      src/platforms/linux/hello/hello_start_linux.cpp

2
src/platforms/linux/hello/hello_start_linux.cpp

@ -95,6 +95,6 @@ int hello_main(int argc, char *argv[]) @@ -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;
}

Loading…
Cancel
Save