Merge pull request #991 from mwalker33/cliparser

Cliparser
This commit is contained in:
Iceman
2020-10-03 12:55:50 +02:00
committed by GitHub

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);