diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-02-13 12:30:49 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-02-13 12:30:49 +0200 |
commit | 6843201d5ef74a3c3adc35138350c138f32e59c5 (patch) | |
tree | 8d081102ec86afcce4e6f397e5925fa6716293ba | |
parent | d607470c3ce28c13ec3f55971803752446ff7387 (diff) |
Minor documentation consistency cleanup
-rw-r--r-- | doc/manual.cli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual.cli b/doc/manual.cli index 30f913f..a2f2ba0 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -465,7 +465,7 @@ executable (\c{-t\ exe}) and library (\c{-t\ lib}) projects. To change the C++ file extensions to \c{.hpp/.cpp}, pass \c{-l c++,cpp}. For example: \ -$ bdep new --no-init -t exe -l c++,cpp hello +$ bdep new --no-init -l c++,cpp -t exe hello \ | @@ -2833,7 +2833,7 @@ will always be binless and in all configurations, then you can produce a simplified \c{buildfile} by specifying the \c{binless} option, for example: \ -$ bdep new -t lib -l c++,binless libheader-only +$ bdep new -l c++,binless -t lib libheader-only \ | |