@@ -268,8 +268,8 @@ static void usage(void) {
268268 " -U, --memory <memstr>:r|w|v:<filename>[:format]\n"
269269 " Carry out memory operation when it is its turn\n"
270270 " Multiple -t, -T and -U options can be specified\n"
271- " -n, --test Do not write to the device whilst processing -U\n"
272- " -V, --noverify Do not automatically verify during -U\n"
271+ " -n, --test-memory Do not write to the device whilst processing -U\n"
272+ " -V, --noverify-memory Do not automatically verify during -U\n"
273273 " -E <exitsp>[,<exitsp>] List programmer exit specifications\n"
274274 " -x <extended_param> Pass <extended_param> to programmer, see -x help\n"
275275 " -v, --verbose Verbose output; -v -v for more\n"
@@ -829,7 +829,7 @@ int main(int argc, char *argv[]) {
829829 {"noerase" , no_argument , NULL , 'D' },
830830 {"erase" , no_argument , NULL , 'e' },
831831 {"logfile" , required_argument , NULL , 'l' },
832- {"test" , no_argument , NULL , 'n' },
832+ {"test-memory" , no_argument , NULL , 'n' },
833833 {"noconfig" , no_argument , NULL , 'N' },
834834 {"osccal" , no_argument , NULL , 'O' },
835835 {"part" , required_argument , NULL , 'p' },
@@ -839,7 +839,7 @@ int main(int argc, char *argv[]) {
839839 {"terminal" , no_argument , NULL , 't' },
840840 {"memory" , required_argument , NULL , 'U' },
841841 {"verbose" , no_argument , NULL , 'v' },
842- {"noverify" , no_argument , NULL , 'V' },
842+ {"noverify-memory" , no_argument , NULL , 'V' },
843843 {NULL , 0 , NULL , 0 }
844844 };
845845 while ((ch = getopt_long (argc , argv ,
0 commit comments