mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
text
This commit is contained in:
parent
5db0da5a2f
commit
69a73675fb
1 changed files with 2 additions and 2 deletions
|
@ -278,7 +278,7 @@ static int CmdHF14AJookiDecode(const char *Cmd) {
|
|||
|
||||
void *argtable[] = {
|
||||
arg_param_begin,
|
||||
arg_str1("d", "data", "<hex>", "base64 url parameter"),
|
||||
arg_str1("d", "data", "<base64>", "base64 url parameter"),
|
||||
arg_lit0("v", "verbose", "verbose output"),
|
||||
arg_param_end
|
||||
};
|
||||
|
@ -308,7 +308,7 @@ static int CmdHF14AJookiSim(const char *Cmd) {
|
|||
|
||||
void *argtable[] = {
|
||||
arg_param_begin,
|
||||
arg_str0("d", "data", "<hex>", "base64 url parameter"),
|
||||
arg_str0("d", "data", "<base64>", "base64 url parameter"),
|
||||
arg_param_end
|
||||
};
|
||||
CLIExecWithReturn(ctx, Cmd, argtable, false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue