On Thu, Oct 23, 2014 at 6:20 PM, Nicholas Nethercote <[email protected]> wrote: > > > So, for example, the following are all equivalent: -h, -H, --h, --H.
On Windows, /h and /H are also equivalent. > As are -help, --help, -HELP, --HeLp. Again on Windows, /help, /HELP, /HelP, etc. are equivalent. As are /-help, /-HELP, etc., though I suspect this is not intentional. (See CheckArg() in nsAppRunner.cpp for the code.) Nick _______________________________________________ dev-platform mailing list [email protected] https://lists.mozilla.org/listinfo/dev-platform

