diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.asciidoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual.asciidoc b/doc/manual.asciidoc index 67db4a7..9e55c02 100644 --- a/doc/manual.asciidoc +++ b/doc/manual.asciidoc @@ -280,9 +280,9 @@ by the Clang tooling interface. _Available since Ninja 1.2._ `deps`:: show all dependencies stored in the `.ninja_deps` file. When given a -target, show just the target's dependencies. +target, show just the target's dependencies. _Available since Ninja 1.4._ -`recompact`:: recompact the `.ninja_deps` file. +`recompact`:: recompact the `.ninja_deps` file. _Available since Ninja 1.4._ Writing your own Ninja files |