Restore the -u option as a dummy.

Closes #890
This commit is contained in:
Joerg Wunsch
2022-03-20 21:49:20 +01:00
parent c64db5fb76
commit 981a6f1f20
2 changed files with 6 additions and 0 deletions

View File

@@ -571,6 +571,11 @@ int main(int argc, char * argv [])
terminal = 1;
break;
case 'u':
avrdude_message(MSG_INFO, "%s: \"safemode\" feature no longer supported\n",
progname);
break;
case 'U':
upd = parse_op(optarg);
if (upd == NULL) {