Skip to content
Snippets Groups Projects
Commit 9f5b0812 authored by Eric Ye's avatar Eric Ye Committed by Lorenz Meier
Browse files

Wrap help line to fit through mini-dm. (#5157)

It currently gets cut off on mini-dm, split it into multiple lines
so all of it comes through.
parent 4b414d96
No related branches found
No related tags found
No related merge requests found
......@@ -1135,6 +1135,7 @@ gps_main(int argc, char *argv[])
return 0;
out:
PX4_ERR("unrecognized command, try 'start', 'stop', 'test', 'reset' or 'status'\n [-d /dev/ttyS0-n][-f (for enabling fake)][-s (to enable sat info)]");
PX4_ERR("unrecognized command, try 'start', 'stop', 'test', 'reset' or 'status'");
PX4_ERR("[-d " GPS_DEFAULT_UART_PORT "][-f (for enabling fake)][-s (to enable sat info)]");
return 1;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment