This commit is contained in:
iceman1001 2024-09-15 11:43:05 +02:00
commit 3ea655c86d
5 changed files with 5 additions and 5 deletions

View file

@ -914,7 +914,7 @@ int CmdHF14ASim(const char *Cmd) {
int CmdHF14ASniff(const char *Cmd) {
CLIParserContext *ctx;
CLIParserInit(&ctx, "hf 14a sniff",
"Sniff the communication between Hitag reader and tag.\n"
"Sniff the communication between reader and tag\n"
"Use `hf 14a list` to view collected data.",
" hf 14a sniff -c -r"
);

View file

@ -886,7 +886,7 @@ static int CmdHF14BSniff(const char *Cmd) {
CLIParserContext *ctx;
CLIParserInit(&ctx, "hf 14b sniff",
"Sniff the communication between reader and tag.\n"
"Sniff the communication between reader and tag\n"
"Use `hf 14b list` to view collected data.",
"hf 14b sniff"
);

View file

@ -80,7 +80,7 @@ static int CmdHFCryptoRFSim(const char *Cmd) {
static int CmdHFCryptoRFSniff(const char *Cmd) {
CLIParserContext *ctx;
CLIParserInit(&ctx, "hf cryptorf sniff",
"Sniff the communication reader and tag",
"Sniff the communication between reader and tag",
"hf cryptorf sniff\n"
);

View file

@ -711,7 +711,7 @@ static int CmdHFiClassSniff(const char *Cmd) {
CLIParserContext *ctx;
CLIParserInit(&ctx, "hf iclass sniff",
"Sniff the communication reader and tag",
"Sniff the communication between reader and tag",
"hf iclass sniff\n"
"hf iclass sniff -j --> jam e-purse updates\n"
);

View file

@ -1854,7 +1854,7 @@ static int CmdLFHitagSim(const char *Cmd) {
static int CmdLFHitagSniff(const char *Cmd) {
CLIParserContext *ctx;
CLIParserInit(&ctx, "lf hitag sniff",
"Sniff the communication between reader and tag.\n"
"Sniff the communication between reader and tag\n"
"Use `lf hitag list` to view collected data.",
" lf hitag sniff"
);