mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
make style
This commit is contained in:
parent
ec59acf64c
commit
60b0742941
2 changed files with 5 additions and 5 deletions
|
@ -1447,10 +1447,10 @@ static int CmdHFCipurseDeleteFile(const char *Cmd) {
|
|||
|
||||
static int CmdHFCipurseUpdateKey(const char *Cmd) {
|
||||
CLIParserContext *ctx;
|
||||
CLIParserInit(&ctx, "hf cipurse updakey",
|
||||
"Update key. ",
|
||||
"hf cipurse updkey --aid 4144204631 --newkeyn 2 --newkeya 00 --newkey 73737373737373737373737373737373 -> update default application key 2 with default value 73..73\n"
|
||||
"hf cipurse updkey --newkeyn 1 --newkeya 00 --newkey 0102030405060708090a0b0c0d0e0f10 --commit -> for key 1");
|
||||
CLIParserInit(&ctx, "hf cipurse updkey",
|
||||
"Update key",
|
||||
"hf cipurse updkey --aid 4144204631 --newkeyn 2 --newkeya 00 --newkey 73737373737373737373737373737373 -> update default application key 2 with default value 73..73\n"
|
||||
"hf cipurse updkey --newkeyn 1 --newkeya 00 --newkey 0102030405060708090a0b0c0d0e0f10 --commit -> for key 1");
|
||||
|
||||
void *argtable[] = {
|
||||
arg_param_begin,
|
||||
|
|
|
@ -10417,6 +10417,6 @@
|
|||
"metadata": {
|
||||
"commands_extracted": 606,
|
||||
"extracted_by": "PM3Help2JSON v1.00",
|
||||
"extracted_on": "2022-02-12T16:44:39"
|
||||
"extracted_on": "2022-02-12T16:50:14"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue