fix lf awid sim doc: must be digits

This commit is contained in:
Philippe Teuwen 2019-09-13 00:39:08 +02:00
commit 05e9ac97ae

View file

@ -58,7 +58,7 @@ static int usage_lf_awid_sim(void) {
PrintAndLogEx(NORMAL, "");
PrintAndLogEx(NORMAL, "Examples:");
PrintAndLogEx(NORMAL, " lf awid sim 26 224 1337");
PrintAndLogEx(NORMAL, " lf awid sim 50 2001 deadc0de");
PrintAndLogEx(NORMAL, " lf awid sim 50 2001 13371337");
return PM3_SUCCESS;
}