projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Update cmdhficlass.h
[proxmark3-svn]
/
client
/
cmdparser.c
diff --git
a/client/cmdparser.c
b/client/cmdparser.c
index 28ca2196798fe4b71a578a9824deb9b34f212255..3250899795d92fd47c1b0af1ebcebb7644cc43fd 100644
(file)
--- a/
client/cmdparser.c
+++ b/
client/cmdparser.c
@@
-14,7
+14,6
@@
#include "ui.h"
#include "cmdparser.h"
#include "proxmark3.h"
#include "ui.h"
#include "cmdparser.h"
#include "proxmark3.h"
-#include "comms.h"
void CmdsHelp(const command_t Commands[])
void CmdsHelp(const command_t Commands[])
@@
-24,7
+23,7
@@
void CmdsHelp(const command_t Commands[])
int i = 0;
while (Commands[i].Name)
{
int i = 0;
while (Commands[i].Name)
{
- if (!
IsOffline()
|| Commands[i].Offline)
+ if (!
offline
|| Commands[i].Offline)
PrintAndLog("%-16s %s", Commands[i].Name, Commands[i].Help);
++i;
}
PrintAndLog("%-16s %s", Commands[i].Name, Commands[i].Help);
++i;
}
Impressum
,
Datenschutz