mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-21 05:43:23 -07:00
Fix description in help dump
This commit is contained in:
parent
b5727175c0
commit
6f5dd6010e
1 changed files with 2 additions and 2 deletions
|
@ -219,8 +219,8 @@ static void dumpAllHelp()
|
||||||
{
|
{
|
||||||
offline=3;
|
offline=3;
|
||||||
printf("\n# Proxmark3 command dump\n\n");
|
printf("\n# Proxmark3 command dump\n\n");
|
||||||
printf("Some commands are available only if a Proxmark is actually connected,\n");
|
printf("Some commands are available only if a Proxmark is actually connected.\n");
|
||||||
printf("Those commands are flagged with \"@\" in front of their description.\n");
|
printf("Check column \"offline\" for their availability.\n");
|
||||||
printf("\n");
|
printf("\n");
|
||||||
command_t *cmds = getTopLevelCommandTable();
|
command_t *cmds = getTopLevelCommandTable();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue