diff options
-rw-r--r-- | doc/manual.cli | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/manual.cli b/doc/manual.cli index 1a51a88..901c4da 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -1175,6 +1175,7 @@ are treated the same): <alternatives> = <requirement> [ '|' <requirement>]* <requirement> = <id> | <dependency> +<id> = <name> \ The package requirements (other than other packages). Such requirements are @@ -1184,7 +1185,7 @@ purpose of capturing them in the manifest is for documentation. Similar to requirement. For example: \ -requires: linux | windows | macosx +requires: linux | windows | macos requires: c++11 requires: ? ; VC 15 or later if targeting Windows. requires: ? ; libc++ if using Clang on Mac OS. @@ -1228,7 +1229,7 @@ windows \ gcc[_X.Y.Z] ; For example: gcc_6, gcc_4.9, gcc_5.0.0 clang[_X.Y] ; For example: clang_6, clang_3.4, clang_3.4.1 -msvc[_NU] ; For example: msvc_14, msvc_15u3 +msvc[_N.U] ; For example: msvc_14, msvc_15.3 \ The following pre-defined ids are recognized by automated build bots: |