X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5f4994df03d1c38b6674d410d500d99cdf201531..1b7751aaa9a86d76a850b9267bc0c201e3cea30f:/interface/wx/cmdline.h diff --git a/interface/wx/cmdline.h b/interface/wx/cmdline.h index 479239781c..fdc0526c70 100644 --- a/interface/wx/cmdline.h +++ b/interface/wx/cmdline.h @@ -226,7 +226,7 @@ struct wxCmdLineEntryDesc First global option is the support for long (also known as GNU-style) options. The long options are the ones which start with two dashes and look - like "--verbose", i.e. they generally are complete words and not some + like "\--verbose", i.e. they generally are complete words and not some abbreviations of them. As long options are used by more and more applications, they are enabled by default, but may be disabled with DisableLongOptions(). @@ -496,7 +496,7 @@ public: size_t GetParamCount() const; /** - Parse the command line, return 0 if ok, -1 if @c "-h" or @c "--help" + Parse the command line, return 0 if ok, -1 if @c "-h" or @c "\--help" option was encountered and the help message was given or a positive value if a syntax error occurred.