diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-02-13 12:52:58 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-02-13 12:52:58 +0200 |
commit | b866ee695597daccfaa5d2318ca27e4de28c3133 (patch) | |
tree | bd4aebd594e5f9937136334f42d13926e257b90b /doc | |
parent | 6843201d5ef74a3c3adc35138350c138f32e59c5 (diff) |
Adjust documentation to change to bdep-new binless sub-option
Diffstat (limited to 'doc')
-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 a2f2ba0..83abe86 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -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 -l c++,binless -t lib libheader-only +$ bdep new -l c++ -t lib,binless libheader-only \ | |