From 6843201d5ef74a3c3adc35138350c138f32e59c5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 13 Feb 2020 12:30:49 +0200 Subject: Minor documentation consistency cleanup --- doc/manual.cli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/manual.cli') 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 \ | -- cgit v1.1