diff options
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 |