mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-14 03:03:14 +08:00
Remove duplicate helptext
This commit is contained in:
parent
3d6d58aae5
commit
0ce9e37fb7
1 changed files with 0 additions and 13 deletions
|
@ -54,19 +54,6 @@ static int usage_lf_em410x_ws(void) {
|
||||||
PrintAndLogEx(NORMAL, " lf em 410x_spoof");
|
PrintAndLogEx(NORMAL, " lf em 410x_spoof");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
static int usage_lf_em410x_clone(void) {
|
|
||||||
PrintAndLogEx(NORMAL, "Simulating EM410x tag");
|
|
||||||
PrintAndLogEx(NORMAL, "");
|
|
||||||
PrintAndLogEx(NORMAL, "Usage: lf em 410x_clone [h] <uid> <clock>");
|
|
||||||
PrintAndLogEx(NORMAL, "Options:");
|
|
||||||
PrintAndLogEx(NORMAL, " h - this help");
|
|
||||||
PrintAndLogEx(NORMAL, " uid - uid (10 HEX symbols)");
|
|
||||||
PrintAndLogEx(NORMAL, " clock - clock (32|64) (optional)");
|
|
||||||
PrintAndLogEx(NORMAL, "Examples:");
|
|
||||||
PrintAndLogEx(NORMAL, " lf em 410x_clone 0F0368568B");
|
|
||||||
PrintAndLogEx(NORMAL, " lf em 410x_clone 0F0368568B 32");
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
static int usage_lf_em410x_sim(void) {
|
static int usage_lf_em410x_sim(void) {
|
||||||
PrintAndLogEx(NORMAL, "Simulating EM410x tag");
|
PrintAndLogEx(NORMAL, "Simulating EM410x tag");
|
||||||
PrintAndLogEx(NORMAL, "");
|
PrintAndLogEx(NORMAL, "");
|
||||||
|
|
Loading…
Reference in a new issue