summaryrefslogtreecommitdiffstats
path: root/doc/manual.asciidoc
diff options
context:
space:
mode:
authoryannicklm <yannicklm1337@gmail.com>2012-12-14 21:25:51 (GMT)
committeryannicklm <yannicklm1337@gmail.com>2012-12-14 21:26:39 (GMT)
commit6943f0537299e0d572b38b7d1e0562f0c13cb68e (patch)
treef1d73818462ceb3c0265457cdc11137df1cff095 /doc/manual.asciidoc
parentdeb12d8eed547262719bd4d8b50f140b3dbdbc1e (diff)
downloadNinja-6943f0537299e0d572b38b7d1e0562f0c13cb68e.zip
Ninja-6943f0537299e0d572b38b7d1e0562f0c13cb68e.tar.gz
Ninja-6943f0537299e0d572b38b7d1e0562f0c13cb68e.tar.bz2
NINJA_STATUS: add support of `%p` for percentage
Diffstat (limited to 'doc/manual.asciidoc')
-rw-r--r--doc/manual.asciidoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/manual.asciidoc b/doc/manual.asciidoc
index 666f0a5..42e5452 100644
--- a/doc/manual.asciidoc
+++ b/doc/manual.asciidoc
@@ -215,6 +215,7 @@ Ninja supports one environment variable to control its behavior.
Several placeholders are available:
* `%s`: The number of started edges.
* `%t`: The total number of edges that must be run to complete the build.
+* `%p`: The percentage of started edges.
* `%r`: The number of currently running edges.
* `%u`: The number of remaining edges to start.
* `%f`: The number of finished edges.