diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-31 08:48:20 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-31 08:48:20 +0200 |
commit | abefd6d92d843551679f777c21fa98ec4c5f05d0 (patch) | |
tree | 76b2459a61ae6e2f10d21093012a96ad36b23965 /doc/intro.cli | |
parent | 3caa04d93d9823a8a3e24361659ca8d8fd4b323a (diff) |
Fix links in intro
Diffstat (limited to 'doc/intro.cli')
-rw-r--r-- | doc/intro.cli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/intro.cli b/doc/intro.cli index 1abc4e8..8401ed6 100644 --- a/doc/intro.cli +++ b/doc/intro.cli @@ -137,7 +137,7 @@ to get help for any \c{bpkg} command, run \c{bpkg help <command>}. To see a list of commands, run just \l{bpkg-help(1) \c{bpkg help}} (or see \l{bpkg(1)}). While we are at it, if you ever want to see what \c{bpkg} is running underneath, there is the \c{-v} option. And if you really want to get -under the hood, use \l{bpkg-common(1) \c{--verbose <level>}}. +under the hood, use \l{bpkg-common-options(1) \c{--verbose <level>}}. After the command we have \c{cxx} which is the name of the \c{build2} build system module. As you might have guessed, \c{cxx} provides support for the C++ |