[Autogen-users] funny value assignments when no 'value' and doc is non-empty
Brought to you by:
bkorb
From: Nikos M. <nm...@gn...> - 2014-04-05 08:27:15
|
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 |