diff options
Diffstat (limited to 'doc/manual.asciidoc')
-rw-r--r-- | doc/manual.asciidoc | 1 |
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. |