summaryrefslogtreecommitdiffstats
path: root/src/ninja.cc
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2014-06-15 05:49:01 (GMT)
committerNico Weber <nicolasweber@gmx.de>2014-06-15 05:49:01 (GMT)
commitf7c8dd18acb4806ca3a84aa230d6ebec459ad507 (patch)
treeb948b15b1db93bae5194ea2feda1127d067de7eb /src/ninja.cc
parente4b63f951c8fadaf9de045cbd14c73166c33aed5 (diff)
downloadNinja-f7c8dd18acb4806ca3a84aa230d6ebec459ad507.zip
Ninja-f7c8dd18acb4806ca3a84aa230d6ebec459ad507.tar.gz
Ninja-f7c8dd18acb4806ca3a84aa230d6ebec459ad507.tar.bz2
spellcheck "keeprsp" in -d options
Diffstat (limited to 'src/ninja.cc')
-rw-r--r--src/ninja.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ninja.cc b/src/ninja.cc
index 50de43e..4c8dab7 100644
--- a/src/ninja.cc
+++ b/src/ninja.cc
@@ -773,7 +773,7 @@ bool DebugEnable(const string& name) {
return true;
} else {
const char* suggestion =
- SpellcheckString(name.c_str(), "stats", "explain", NULL);
+ SpellcheckString(name.c_str(), "stats", "explain", "keeprsp", NULL);
if (suggestion) {
Error("unknown debug setting '%s', did you mean '%s'?",
name.c_str(), suggestion);