X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/5ee701292ff2e28abf098e2266a42954f381e3ad..a1557c4c2f3905fd760dbac16cba5be890948634:/client/cmdlf.c diff --git a/client/cmdlf.c b/client/cmdlf.c index 491fd082..729a3875 100644 --- a/client/cmdlf.c +++ b/client/cmdlf.c @@ -467,6 +467,9 @@ int CmdLFSnoop(const char *Cmd) PrintAndLog("usage 1: snoop"); PrintAndLog(" 2: snoop [trigger threshold]"); PrintAndLog(" 3: snoop [trigger threshold]"); + PrintAndLog(""); + PrintAndLog("Sample: lf snoop l 200"); + PrintAndLog(" : lf snoop 95 200"); return 0; }