]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
usability hint
authoradam@algroup.co.uk <adam@algroup.co.uk@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Sat, 6 Feb 2010 15:50:20 +0000 (15:50 +0000)
committeradam@algroup.co.uk <adam@algroup.co.uk@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Sat, 6 Feb 2010 15:50:20 +0000 (15:50 +0000)
armsrc/legicrf.c

index 07a930c9ccef33b2bdeb2a3251f84770c1491870..5b0bf37a5ec05cb2be8061de92557e4b065f82d3 100644 (file)
@@ -301,6 +301,6 @@ void LegicRfReader(int offset, int bytes) {
                byte_index++;
        }
        switch_off_tag_rwd();
                byte_index++;
        }
        switch_off_tag_rwd();
-       Dbprintf("Card read, use 'data hexsamples %d' to view results", (bytes+7) & ~7);
+       Dbprintf("Card read, use 'hf legic decode' or 'data hexsamples %d' to view results", (bytes+7) & ~7);
 }
 
 }
 
Impressum, Datenschutz