fix typo, thanks @neduchaljan!

This commit is contained in:
Philippe Teuwen 2020-02-01 18:23:16 +01:00
parent 4f912abaf6
commit b8a46a6fe3

View file

@ -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, "");