Skip to content

Commit 0bbd21b

Browse files
committed
rtapi_app no autostart: Better message
1 parent 3486bcb commit 0bbd21b

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

src/rtapi/uspace_rtapi_main.cc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1053,8 +1053,11 @@ int main(int argc, char **argv) {
10531053
result = start_master(fd);
10541054
exit(result);
10551055
}else{
1056-
fprintf(stderr, "WARNING: Deprecated: No master found. Use realtime start to start one.\n"
1057-
" A master is started automaticaly.\n");
1056+
fprintf(stderr, "WARNING: Deprecated: No master found. Use \"realtime start\" to start one.\n"
1057+
" A master is started automatically.\n"
1058+
" If this appears while using halcmd: Use halrun instead.\n"
1059+
" halcmd should only be used with an allready running instance.\n"
1060+
" halrun creates an instance and shuts it down at exit.\n");
10581061
result = start_master(fd);
10591062
if (result != 0) {
10601063
exit(result);

0 commit comments

Comments
 (0)