mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
Update argtable3.c
Remove = when only long option
This commit is contained in:
parent
007df35266
commit
68f0945d48
1 changed files with 2 additions and 1 deletions
|
@ -4195,7 +4195,8 @@ static void arg_cat_option(char *dest,
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (datatype) {
|
if (datatype) {
|
||||||
arg_cat(&dest, "=", &ndest);
|
// arg_cat(&dest, "=", &ndest);
|
||||||
|
arg_cat(&dest, " ", &ndest);
|
||||||
if (optvalue) {
|
if (optvalue) {
|
||||||
arg_cat(&dest, "[", &ndest);
|
arg_cat(&dest, "[", &ndest);
|
||||||
arg_cat(&dest, datatype, &ndest);
|
arg_cat(&dest, datatype, &ndest);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue