Closed maxvonhippel closed 6 years ago
good find!
On 5/20/17 3:06 AM, Max von Hippel wrote:
cerr << "\t--startinglogAge" << endl; cerr << "\t--priorlogAge" << endl; cerr << "\t--sigmaLogAge" << endl; The punctuation changes between ...logAge and ...LogAge.
Other such inconsistencies likely exist elsewhere in the list. At some point it would be worth finding them all and fixing them to be consistent and predictable.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/argiopetech/base/issues/65, or mute the thread https://github.com/notifications/unsubscribe-auth/AEOeMoY79oCIBCoQ-tqp690t07Oe1hMQks5r7kqogaJpZM4NhKUn.
Good call on the punctuation. That should be consistent. My guess is that the flags are consistent but the help text isn't, but I don't have the code in front of me at the moment.
The punctuation changes between ...logAge and ...LogAge.
Other such inconsistencies likely exist elsewhere in the list. At some point it would be worth finding them all and fixing them to be consistent and predictable.