Update argtable3.c

Remove = when only long option
This commit is contained in:
mwalker33 2020-10-03 20:21:16 +10:00
commit 68f0945d48

View file

@ -4195,7 +4195,8 @@ static void arg_cat_option(char *dest,
#endif
if (datatype) {
arg_cat(&dest, "=", &ndest);
// arg_cat(&dest, "=", &ndest);
arg_cat(&dest, " ", &ndest);
if (optvalue) {
arg_cat(&dest, "[", &ndest);
arg_cat(&dest, datatype, &ndest);