Also tighten up help strings for /force, --start-lib, and --end-lib.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
The help text for -start-lib and -end-lib matches that in the ELF linker. Please keep those matching by changing it there, too. Also, I think s/library/archive/, so that it matches the naming of -wholearchive.
Comment Actions
Thanks for taking a look!
I don't think we should keep flag help texts in sync where it doesn't make sense. "Archive" is posix terminology. It's true that "wholearchive" has "archive" in it, but its help text on msdn is "Include All Library Object Files" :)
I could change "archive" to library in the wholearchive help text if you want.