diff options
author | Nicolas Despres <nicolas.despres@gmail.com> | 2011-04-30 23:17:19 (GMT) |
---|---|---|
committer | Nicolas Despres <nicolas.despres@gmail.com> | 2011-05-02 14:53:45 (GMT) |
commit | b406044538083edd70c2ef8d0e9788d902a7cfe6 (patch) | |
tree | 58782345bf6d2f76223705f2b425844e9cc8fd16 | |
parent | 23a7aa78bf2a8fffc27eec74e928c6681d11f094 (diff) | |
download | Ninja-b406044538083edd70c2ef8d0e9788d902a7cfe6.zip Ninja-b406044538083edd70c2ef8d0e9788d902a7cfe6.tar.gz Ninja-b406044538083edd70c2ef8d0e9788d902a7cfe6.tar.bz2 |
Fix typo in documentation.
-rw-r--r-- | manual.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual.asciidoc b/manual.asciidoc index 1e7aed5..eefbe12 100644 --- a/manual.asciidoc +++ b/manual.asciidoc @@ -317,7 +317,7 @@ graph for all root targets. `targets`:: output a list of targets either by rule or by depth. If used like this +ninja -t targets rule _name_+ it prints the list of targets using the given rule to be built. If no rule is given, it prints the source -files (the leaf of the graph). If used like this +files (the leaves of the graph). If used like this +ninja -t targets depth _digit_+ it prints the list of targets in a depth-first manner starting by the root targets (the ones with no outputs). Indentation is used to mark dependencies. |