From 732dd69e4d9e1b70edffad9829e34d84155cd91b Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 18 Jul 2017 14:55:38 +0300 Subject: Adapt to non-optional buildtab target --- mod/options.cli | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mod/options.cli') 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 -- cgit v1.1