>Log: >Move command line arg --batch to -batch. >Things are still bit inconsistent due to the existence of additional -- switches, but the correct fix is not so easy. >
Aren't you now destroying the backward compatibility for all the scripts that people might have made ? Isn't it the 'normal' way of operation to have 2 dashes before a 'long' parameter. I don't really see the need of changing this for no apparent reason. If you want to be consistent, maybe you can add a '-b' parameter in addition to the '--batch' parameter. This seems to be fairly normal. Vincent