Talk:Version 2 Todo List
From Open Watcom
[edit]
Help flags
You said you want unified support for the help flags in the tools. How about making all of the follwing work:
- /? (except unix)
- This is the microsoft standard going back to DOS.
- -?
- -help
- --help
And none of the following
- -h
- owcc uses this
- --help
- Most of the toolchain doesn't use GNU style long arguments
The - or / thing can be universal.

