From 3ea655c86d3ab51febd33befe450b124e0121447 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sun, 15 Sep 2024 11:43:05 +0200 Subject: [PATCH] text --- client/src/cmdhf14a.c | 2 +- client/src/cmdhf14b.c | 2 +- client/src/cmdhfcryptorf.c | 2 +- client/src/cmdhficlass.c | 2 +- client/src/cmdlfhitag.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/src/cmdhf14a.c b/client/src/cmdhf14a.c index 7ed0dd88d..b4a0e0c68 100644 --- a/client/src/cmdhf14a.c +++ b/client/src/cmdhf14a.c @@ -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" ); diff --git a/client/src/cmdhf14b.c b/client/src/cmdhf14b.c index d2785a517..13bbd644f 100644 --- a/client/src/cmdhf14b.c +++ b/client/src/cmdhf14b.c @@ -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" ); diff --git a/client/src/cmdhfcryptorf.c b/client/src/cmdhfcryptorf.c index 88d66f402..05524a6a0 100644 --- a/client/src/cmdhfcryptorf.c +++ b/client/src/cmdhfcryptorf.c @@ -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" ); diff --git a/client/src/cmdhficlass.c b/client/src/cmdhficlass.c index 1a1f6e523..934b8f24c 100644 --- a/client/src/cmdhficlass.c +++ b/client/src/cmdhficlass.c @@ -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" ); diff --git a/client/src/cmdlfhitag.c b/client/src/cmdlfhitag.c index ad94b1efe..a438117c2 100644 --- a/client/src/cmdlfhitag.c +++ b/client/src/cmdlfhitag.c @@ -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" );