diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-05-03 11:13:42 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-05-03 11:13:42 +0200 |
commit | 73ab8f24a6f946dd90693d2b519cfcefe1a95c5f (patch) | |
tree | 118e5dd3129b251e6661c3ba6e3833a587ac8ba1 | |
parent | fcf4dd784047b499e7feb79eb588dc05a52e64a4 (diff) |
Minor documentation fix
-rw-r--r-- | build2/b.cli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/b.cli b/build2/b.cli index a6e1abc..c0f9eb9 100644 --- a/build2/b.cli +++ b/build2/b.cli @@ -42,7 +42,7 @@ namespace build2 "The buildspec has the following form: - \c{<meta-operation>(<operation>...(<target>...[,<parameters>]))...} + \c{<meta-operation>(<operation>(<target>...[,<parameters>])...)...} All components in the buildspec can be omitted. If <meta-operation> is omitted, then it defaults to \cb{perform}. If <operation> is omitted, |