diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-18 14:55:38 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-18 14:55:38 +0300 |
commit | 732dd69e4d9e1b70edffad9829e34d84155cd91b (patch) | |
tree | 4bc1e8b26b1947b982ceb593257c5ab3f1cb268a /mod/options.cli | |
parent | 67d190d15e5a8ad865dbbf21fdf7dcb7b1168cdd (diff) |
Adapt to non-optional buildtab target
Diffstat (limited to 'mod/options.cli')
-rw-r--r-- | mod/options.cli | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mod/options.cli b/mod/options.cli index 857c2f3..3f7ec01 100644 --- a/mod/options.cli +++ b/mod/options.cli @@ -523,10 +523,10 @@ namespace brep // string machine | mn; - // Package build target wildcard. If empty, then the default machine - // target is matched. + // Package build target wildcard. An empty value is treated the same way + // as *. // - string target | tg = "*"; + string target | tg; // Package build result. If *, then no build result constraint is // applied. Otherwise the value is supposed to be the one of the |