microsoft / DTrace-on-Windows

Code for the cross platform, single source, OpenDTrace implementation
Other
473 stars 42 forks source link

Fix usage string and ifdefs for Windows #35

Closed CodeMaxx closed 1 year ago

CodeMaxx commented 1 year ago

The usage string does not print options specific to Windows and also prints options not available in Windows. Also, currently, we silently ignore some unsupported options (-32, -64, -a, -A). It would be better to print the usage string for those options as we do for other unsupported options.