Skip to content

Commit 9f4be28

Browse files
committed
style
1 parent f7cbb4e commit 9f4be28

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

armsrc/Standalone/hf_15sim.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ void RunMod(void) {
205205
HF_15693SIM_LOGFILE,
206206
trace_buffer,
207207
trace_len,
208-
RDV40_SPIFFS_SAFETY_SAFE
208+
RDV40_SPIFFS_SAFETY_SAFE
209209
);
210210
Dbprintf("[!] Wrote trace to "HF_15693SIM_LOGFILE);
211211
} else {

doc/commands.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2898,9 +2898,10 @@
28982898
"offline": false,
28992899
"options": [
29002900
"-h, --help This help",
2901-
"-f, --file <fn> Specify a filename for dump file"
2901+
"-f, --file <fn> Specify a filename for dump file",
2902+
"--ns no save to file"
29022903
],
2903-
"usage": "hf fudan dump [-h] [-f <fn>]"
2904+
"usage": "hf fudan dump [-h] [-f <fn>] [--ns]"
29042905
},
29052906
"hf fudan help": {
29062907
"command": "hf fudan help",
@@ -6961,7 +6962,7 @@
69616962
"-h, --help This help",
69626963
"-k, --key <hex> Authentication key (UL-C 16 bytes, EV1/NTAG 4 bytes)",
69636964
"-l Swap entered key's endianness",
6964-
"-b, --block <dec> Nlock number to read",
6965+
"-b, --block <dec> Block number to read",
69656966
"--force Force operation even if address is out of range"
69666967
],
69676968
"usage": "hf mfu rdbl [-hl] [-k <hex>] -b <dec> [--force]"
@@ -12498,6 +12499,6 @@
1249812499
"metadata": {
1249912500
"commands_extracted": 721,
1250012501
"extracted_by": "PM3Help2JSON v1.00",
12501-
"extracted_on": "2024-02-16T20:57:06"
12502+
"extracted_on": "2024-02-18T19:13:37"
1250212503
}
1250312504
}

0 commit comments

Comments
 (0)