diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-01-20 09:07:32 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-01-20 09:07:32 +0200 |
commit | f02e6f0bd299fc3b1dafb8c5b9bac78b78858e89 (patch) | |
tree | 2c990d21c33b4f796380ed8dc8640db9bae91291 /doc | |
parent | 97527ad5720cd64e1168e88f7d74e21975bfda8d (diff) |
Minor fix in manual
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.cli | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/manual.cli b/doc/manual.cli index ae02f89..d9440e8 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -1315,9 +1315,9 @@ builds: -windows Build configurations can belong to multiple classes with their names and semantics varying between different build bot deployments. However, the -pre-defined \c{none}, \c{default}, and \c{all} classes are always provided. If -no \c{builds} value is specified in the package manifest, then the \c{default} -class is assumed. +pre-defined \c{none}, \c{default}, \c{all}, \c{host}, and \c{build2} classes +are always provided. If no \c{builds} value is specified in the package +manifest, then the \c{default} class is assumed. \N|A build configuration class can also derive from another class in which case configurations that belong to the derived class are treated as also |