mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
delete command now doesnt work by default
This commit is contained in:
parent
52a78712be
commit
0f7cfe6a17
1 changed files with 1 additions and 1 deletions
|
@ -1009,7 +1009,7 @@ static int CmdHFCipurseDeleteFile(const char *Cmd) {
|
|||
arg_lit0(NULL, "commit", "commit "),
|
||||
arg_param_end
|
||||
};
|
||||
CLIExecWithReturn(ctx, Cmd, argtable, true);
|
||||
CLIExecWithReturn(ctx, Cmd, argtable, false);
|
||||
|
||||
bool APDULogging = arg_get_lit(ctx, 1);
|
||||
bool verbose = arg_get_lit(ctx, 2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue