summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"