mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 10:43:01 +08:00
fix typo, thanks @neduchaljan!
This commit is contained in:
parent
4f912abaf6
commit
b8a46a6fe3
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ static int usage_sm_reader(void) {
|
|||
return 0;
|
||||
}
|
||||
static int usage_sm_info(void) {
|
||||
PrintAndLogEx(NORMAL, "Usage: s info [h|s]");
|
||||
PrintAndLogEx(NORMAL, "Usage: sc info [h|s]");
|
||||
PrintAndLogEx(NORMAL, " h : this help");
|
||||
PrintAndLogEx(NORMAL, " s : silent (no messages)");
|
||||
PrintAndLogEx(NORMAL, "");
|
||||
|
|
Loading…
Reference in a new issue