Skip to content

Commit

Permalink
src/hydrabus/commands.c: improve help output on some console commands (
Browse files Browse the repository at this point in the history
…#152) (#156)

Fix "Improve Help on some Console commands #152" Issue  #152
  • Loading branch information
ia committed Jan 9, 2024
1 parent 1eca07b commit 45391d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/hydrabus/commands.c
Original file line number Diff line number Diff line change
Expand Up @@ -238,12 +238,12 @@ t_token tokens_mode_brute[] = {
{
T_BYPASS,
.arg_type = T_ARG_UINT,
.help = "Performs a BYPASS scan on n pins"
.help = "Performs a BYPASS scan on x pins (PB0 up to PB11)"
},
{
T_IDCODE,
.arg_type = T_ARG_UINT,
.help = "Performs an IDCODE scan on n pins"
.help = "Performs an IDCODE scan on x pins (PB0 up to PB11)"
},
{ }
};
Expand Down Expand Up @@ -1462,7 +1462,7 @@ t_token tokens_mode_twowire[] = {
{
T_BRUTE,
.arg_type = T_ARG_UINT,
.help = "Perform a SWD enumeration on pins"
.help = "Perform a SWD enumeration on x pins (PB0 up to PB11)"
},
{
T_ARG_UINT,
Expand Down

0 comments on commit 45391d2

Please sign in to comment.