Fix suggestion for --aggressive replacement

This commit is contained in:
Oliver Jowett 2021-03-08 15:37:19 +08:00
parent 1653ce9ca2
commit 005e3db2ba
1 changed files with 1 additions and 1 deletions

View File

@ -623,7 +623,7 @@ int main(int argc, char **argv) {
} else if (!strcmp(argv[j],"--hae") || !strcmp(argv[j],"--gnss")) {
Modes.use_gnss = 1;
} else if (!strcmp(argv[j],"--aggressive")) {
fprintf(stderr, "warning: --aggressive not supported in this build, option ignored (consider '--fix --fix' instead)\n");
fprintf(stderr, "warning: --aggressive not supported in this build, option ignored (consider '--fix-2bit' instead)\n");
} else if (!strcmp(argv[j],"--interactive")) {
Modes.interactive = 1;
} else if (!strcmp(argv[j],"--interactive-ttl") && more) {