Browse Source

Replay: fixed -g option

master
Andrew Tridgell 11 years ago
parent
commit
f2c79ad639
  1. 2
      Tools/Replay/Replay.pde

2
Tools/Replay/Replay.pde

@ -113,7 +113,7 @@ void setup() @@ -113,7 +113,7 @@ void setup()
hal.util->commandline_arguments(argc, argv);
while ((opt = getopt(argc, argv, "r:p:ha:")) != -1) {
while ((opt = getopt(argc, argv, "r:p:ha:g:")) != -1) {
switch (opt) {
case 'h':
usage();

Loading…
Cancel
Save