summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAvinash Baliga <fifoforlifo@gmail.com>2013-03-11 05:15:46 (GMT)
committerAvinash Baliga <fifoforlifo@gmail.com>2013-03-11 05:15:46 (GMT)
commit5c132de2b75642edd2f1ead0da11689fcbc9d819 (patch)
treefbff4e8bddf3f01259801d6248a58a397ab21f66 /doc
parentdce14e8e3dd42b2ef40f7b005f6a8696f6ad6a0a (diff)
downloadNinja-5c132de2b75642edd2f1ead0da11689fcbc9d819.zip
Ninja-5c132de2b75642edd2f1ead0da11689fcbc9d819.tar.gz
Ninja-5c132de2b75642edd2f1ead0da11689fcbc9d819.tar.bz2
Added %e to manual.asciidoc, fixed brace style.
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.asciidoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/manual.asciidoc b/doc/manual.asciidoc
index 1e5b70b..5378d17 100644
--- a/doc/manual.asciidoc
+++ b/doc/manual.asciidoc
@@ -222,6 +222,7 @@ Several placeholders are available:
`%f`:: The number of finished edges.
`%o`:: Overall rate of finished edges per second
`%c`:: Current rate of finished edges per second (average over builds specified by -j or its default)
+`%e`:: Elapsed time in seconds. _(Available since Ninja 1.2.)_
`%%`:: A plain `%` character.
The default progress status is `"[%s/%t] "` (note the trailing space
@@ -684,7 +685,7 @@ keys.
$variables are expanded) is passed directly to `sh -c` without
interpretation by Ninja. Each `rule` may have only one `command`
declaration. To specify multiple commands use `&&` (or similar) to
- concatenate operations.
+ concatenate operations.
`depfile`:: path to an optional `Makefile` that contains extra
_implicit dependencies_ (see <<ref_dependencies,the reference on