usability hint

This commit is contained in:
adam@algroup.co.uk 2010-02-06 15:50:20 +00:00
parent b279e3efc1
commit 4c8db262c0

View file

@ -301,6 +301,6 @@ void LegicRfReader(int offset, int bytes) {
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);
}