diff options
author | Ildar <lily.coder@gmail.com> | 2023-08-29 11:10:29 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-08-29 12:04:09 +0200 |
commit | 7c906455c62d4d6443ec3676befecde165c0a3fb (patch) | |
tree | fcd5ab9405fc5176d07bc0b2f2e482364febe19b | |
parent | f0b7196db8c4dd34c4b2247943e4dac44864b89c (diff) |
Fix typo in manual
-rw-r--r-- | doc/manual.cli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.cli b/doc/manual.cli index 3ccd42f..c966cfd 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -3231,7 +3231,7 @@ configuration inheritance. As an example, let's configure the above bundled \ $ b configure: hello/ config.cxx=clang++ config.cxx.coptions=-g -$ b tree +$ tree hello/ ├── build/ │ ├── config.build |