cake
/
p7utils
Archived
1
0
Fork 0

Corrected reset thing

This commit is contained in:
Thomas Touhey 2017-02-05 21:20:28 +01:00
parent bb6f6f49b2
commit 4ed02ed96a
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ int main(int ac, char **av)
err = p7_list(handle, args.storage, &print_file_info, NULL);
break;
case mn_reset:
err = p7_resetflash(handle, args.storage);
err = p7_reset(handle, args.storage);
break;
case mn_optimize:
err = p7_optimize(handle, args.storage);