diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-06-08 09:52:10 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-06-08 09:52:10 +0200 |
commit | cec1331cfef5d2767d0c887638d295ea79c41e29 (patch) | |
tree | 2ee600d914801896154fe2b9a678e8b35271b4cf /doc/intro.cli | |
parent | ad0563aea683528153a69be12a6cbce1b1465f8e (diff) |
Minor intro updates
Diffstat (limited to 'doc/intro.cli')
-rw-r--r-- | doc/intro.cli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/intro.cli b/doc/intro.cli index 57365a5..3fb357f 100644 --- a/doc/intro.cli +++ b/doc/intro.cli @@ -1290,7 +1290,7 @@ not using \c{bdep}) is with the build system's \c{info} meta-operation: $ b info project: hello version: 0.1.0-a.0.20180507062614.ee006880fc7e -summary: hello executable project +summary: hello C++ executable ... \ @@ -1581,7 +1581,7 @@ $ cat libhello/manifest name: libhello version: 0.1.0-a.0.z project: hello -summary: hello library +summary: hello C++ library ... \ |