Hello Bruce,
 I've noticed in 5.18.2 that if I do not specify values in two options I
have different behavior depending on the value of "doc". That is if I
have:
flag = {
    name      = p12-info;
    descrip   = "Print information on a PKCS #12 structure";
    doc       = "";
};

The generated text in help is the expected:
'      --to-p12               Generate a PKCS #12 structure'

However the following:

flag = {
    name      = rsa;
    descrip   = "Generate RSA key";
    doc = "When combined with --generate-privkey generates an RSA
private key.";
};

results to:
'   -", --rsa                  Generate RSA key'

Note the funny '-"' that was assigned. The funny assignments (using
values from "!@#$%^&*") seem to occur for all options that have no value
and set doc to something else than empty.

regards,
Nikos



------------------------------------------------------------------------------
_______________________________________________
Autogen-users mailing list
Autogen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/autogen-users

Reply via email to