Skip to content

Commit

Permalink
text
Browse files Browse the repository at this point in the history
  • Loading branch information
iceman1001 committed Sep 15, 2024
1 parent 17bfed9 commit 3ea655c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion client/src/cmdhf14a.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
Expand Down
2 changes: 1 addition & 1 deletion client/src/cmdhf14b.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
Expand Down
2 changes: 1 addition & 1 deletion client/src/cmdhfcryptorf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);

Expand Down
2 changes: 1 addition & 1 deletion client/src/cmdhficlass.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
Expand Down
2 changes: 1 addition & 1 deletion client/src/cmdlfhitag.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
Expand Down

0 comments on commit 3ea655c

Please sign in to comment.