Tools: Replay: correct -n command-line argument

This commit is contained in:
Peter Barker 2018-04-21 16:56:25 +10:00 committed by Peter Barker
parent 961aac454b
commit af66d72510

View File

@ -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) {