summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHenner Zeller <h.zeller@acm.org>2020-07-20 20:15:23 (GMT)
committerEli Ribble <eliribble@google.com>2021-05-06 16:22:29 (GMT)
commit21a0834e897ef0dda6bf5509e92c000808ae8e09 (patch)
tree73420552ff280d2279f95e087b243ee2e1c41cbe /src
parenta567ebb6ef75bfda9204900e4fcbcd7ee2785f61 (diff)
downloadNinja-21a0834e897ef0dda6bf5509e92c000808ae8e09.zip
Ninja-21a0834e897ef0dda6bf5509e92c000808ae8e09.tar.gz
Ninja-21a0834e897ef0dda6bf5509e92c000808ae8e09.tar.bz2
Update help description for --quiet
Signed-off-by: Henner Zeller <h.zeller@acm.org>
Diffstat (limited to 'src')
-rw-r--r--src/ninja.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ninja.cc b/src/ninja.cc
index ca63f25..759ccd7 100644
--- a/src/ninja.cc
+++ b/src/ninja.cc
@@ -217,7 +217,7 @@ void Usage(const BuildConfig& config) {
"options:\n"
" --version print ninja version (\"%s\")\n"
" -v, --verbose show all command lines while building\n"
-" --quiet don't show progress updates.\n"
+" --quiet don't show progress status, just command output\n"
"\n"
" -C DIR change to DIR before doing anything else\n"
" -f FILE specify input build file [default=build.ninja]\n"