projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add lf em 4x05protect plus lf config s option (#833)
[proxmark3-svn]
/
client
/
cmdparser.c
diff --git
a/client/cmdparser.c
b/client/cmdparser.c
index f4d3c4048ed20c6cc577b97336169e0b359856ac..34230d52afa897d2eb0629120ac279894209dc6f 100644
(file)
--- a/
client/cmdparser.c
+++ b/
client/cmdparser.c
@@
-25,7
+25,7
@@
void CmdsHelp(const command_t Commands[])
int i = 0;
while (Commands[i].Name)
{
- if (!
offline
|| Commands[i].Offline)
+ if (!
IsOffline()
|| Commands[i].Offline)
PrintAndLog("%-16s %s", Commands[i].Name, Commands[i].Help);
++i;
}
Impressum
,
Datenschutz