зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1253526 (part 2) - Gut DMD's usage message. r=erahm
It's rare anyone would see it, and it just duplicates the info present in |mach run|. --HG-- extra : rebase_source : fbb1716616ca1ff007af4202757586627c8612b4
This commit is contained in:
Родитель
ebc23cf4dc
Коммит
460cabb8f7
|
@ -1494,19 +1494,7 @@ Options::BadArg(const char* aArg)
|
|||
{
|
||||
StatusMsg("\n");
|
||||
StatusMsg("Bad entry in the $DMD environment variable: '%s'.\n", aArg);
|
||||
StatusMsg("\n");
|
||||
StatusMsg("$DMD must be a whitespace-separated list of |--option=val|\n");
|
||||
StatusMsg("entries.\n");
|
||||
StatusMsg("\n");
|
||||
StatusMsg("The following options are allowed; defaults are shown in [].\n");
|
||||
StatusMsg(" --mode=<mode> Profiling mode [dark-matter]\n");
|
||||
StatusMsg(" where <mode> is one of: live, dark-matter, cumulative\n");
|
||||
StatusMsg(" --sample-below=<1..%d> Sample blocks smaller than this [%d]\n",
|
||||
int(mSampleBelowSize.mMax),
|
||||
int(mSampleBelowSize.mDefault));
|
||||
StatusMsg(" (prime numbers are recommended)\n");
|
||||
StatusMsg(" --show-dump-stats=<yes|no> Show stats about dumps? [no]\n");
|
||||
StatusMsg("\n");
|
||||
StatusMsg("See the output of |mach help run| for the allowed options.\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче