helptext fixes (#384)

This commit is contained in:
marshmellow42 2017-08-22 12:33:12 -04:00 committed by pwpiwi
commit 5c814c3a9f
2 changed files with 13 additions and 13 deletions

View file

@ -58,7 +58,7 @@ int usage_lf_fdx_clone(void){
// extended data
PrintAndLog(" <Q5> : Specify write to Q5 (t5555 instead of t55x7)");
PrintAndLog("");
PrintAndLog("Sample: lf animal clone 999 112233");
PrintAndLog("Sample: lf fdx clone 999 112233");
return 0;
}