mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-04 12:43:58 -04:00
Tools: Replay: correct -n command-line argument
This commit is contained in:
parent
961aac454b
commit
af66d72510
@ -233,7 +233,7 @@ void Replay::_parse_command_line(uint8_t argc, char * const argv[])
|
||||
{0, false, 0, 0}
|
||||
};
|
||||
|
||||
GetOptLong gopt(argc, argv, "r:p:ha:g:A:", options);
|
||||
GetOptLong gopt(argc, argv, "r:p:ha:g:A:n", options);
|
||||
|
||||
int opt;
|
||||
while ((opt = gopt.getoption()) != -1) {
|
||||
|
Loading…
Reference in New Issue
Block a user