mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
cliparser cleaning
checked cmdhf.c and cmddata.c and tweaked cliparser.c
This commit is contained in:
parent
38358e2e2a
commit
561c5f779e
3 changed files with 6 additions and 7 deletions
|
@ -14,7 +14,7 @@
|
|||
#include <stdlib.h>
|
||||
#include "util.h"
|
||||
|
||||
#define arg_param_begin arg_lit0("hH", "help", "This help")
|
||||
#define arg_param_begin arg_lit0("h", "help", "This help")
|
||||
#define arg_param_end arg_end(20)
|
||||
|
||||
#define arg_getsize(a) (sizeof(a) / sizeof(a[0]))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue