summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2011-09-22 17:42:43 (GMT)
committerEvan Martin <martine@danga.com>2011-09-22 17:42:43 (GMT)
commitc188937f6310d19d0b0c119b85ee67c3500a9941 (patch)
treeff8c26e49270f53ecae4145bac0a53086b624d38 /src
parente78a69ef9c77b15990d919b8e62946c9b321a96b (diff)
downloadNinja-c188937f6310d19d0b0c119b85ee67c3500a9941.zip
Ninja-c188937f6310d19d0b0c119b85ee67c3500a9941.tar.gz
Ninja-c188937f6310d19d0b0c119b85ee67c3500a9941.tar.bz2
command line supports multiple targets
Diffstat (limited to 'src')
-rw-r--r--src/ninja.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ninja.cc b/src/ninja.cc
index 58580a6..5a549d4 100644
--- a/src/ninja.cc
+++ b/src/ninja.cc
@@ -47,9 +47,9 @@ namespace {
/// Print usage information.
void Usage(const BuildConfig& config) {
fprintf(stderr,
-"usage: ninja [options] [target]\n"
+"usage: ninja [options] [targets...]\n"
"\n"
-"if target is unspecified, builds the 'default' target (see manual).\n"
+"if targets are unspecified, builds the 'default' target (see manual).\n"
"\n"
"options:\n"
" -f FILE specify input build file [default=build.ninja]\n"