diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-04 11:27:47 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-05 15:22:37 +0300 |
commit | 6e90b57a442424876b1325b9209f79c8a885a479 (patch) | |
tree | bcdc8ee050c05799e17dcca12d7afc80274840d0 /mod/options.cli | |
parent | 17d44ec2c41a5b485cecae51a07396f85a601248 (diff) |
Make use of foreign package objects in build-related functionality
Diffstat (limited to 'mod/options.cli')
-rw-r--r-- | mod/options.cli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/options.cli b/mod/options.cli index 051081f..857c2f3 100644 --- a/mod/options.cli +++ b/mod/options.cli @@ -441,7 +441,7 @@ namespace brep class build_task { - // Package repository display name. + // Package repository canonical name. // vector<string> repository | r; }; |