mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
Correct usage for 'hf mf csave'
Corrected csave usage to show `o` flag for output file instead of `i`.
This commit is contained in:
parent
dd12b2db6e
commit
a88ec7c58a
1 changed files with 1 additions and 1 deletions
|
@ -445,7 +445,7 @@ static int usage_hf14_csave(void) {
|
||||||
PrintAndLogEx(NORMAL, "It saves `magic Chinese` card dump into the file `filename.eml` or `cardID.eml`");
|
PrintAndLogEx(NORMAL, "It saves `magic Chinese` card dump into the file `filename.eml` or `cardID.eml`");
|
||||||
PrintAndLogEx(NORMAL, "or into emulator memory");
|
PrintAndLogEx(NORMAL, "or into emulator memory");
|
||||||
PrintAndLogEx(NORMAL, "");
|
PrintAndLogEx(NORMAL, "");
|
||||||
PrintAndLogEx(NORMAL, "Usage: hf mf csave [h] [e] [u] [card memory] i <file name w/o `.eml`>");
|
PrintAndLogEx(NORMAL, "Usage: hf mf csave [h] [e] [u] [card memory] o <file name w/o `.eml`>");
|
||||||
PrintAndLogEx(NORMAL, "Options:");
|
PrintAndLogEx(NORMAL, "Options:");
|
||||||
PrintAndLogEx(NORMAL, " h this help");
|
PrintAndLogEx(NORMAL, " h this help");
|
||||||
PrintAndLogEx(NORMAL, " e save data to emulator memory");
|
PrintAndLogEx(NORMAL, " e save data to emulator memory");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue