argiopetech/base

Punctuation isn't consistent in Settings.cpp params

Closed this issue · 2 comments

    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.

tedvh commented

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.