aboutsummaryrefslogtreecommitdiff
path: root/mod/options.cli
diff options
context:
space:
mode:
Diffstat (limited to 'mod/options.cli')
-rw-r--r--mod/options.cli8
1 files changed, 6 insertions, 2 deletions
diff --git a/mod/options.cli b/mod/options.cli
index 46bc3fa..888a591 100644
--- a/mod/options.cli
+++ b/mod/options.cli
@@ -384,8 +384,8 @@ namespace brep
// character). In other words, after url-decoding the space character is
// treated the same way as the plus character.
//
- // @@ Make it of the version type? Maybe after it get moved to libbpkg/types.hxx
- // or at least the second use case appear.
+ // @@ Make it of the version type? Maybe after it get moved to
+ // libbpkg/types.hxx or at least the second use case appear.
//
string version | v;
@@ -393,6 +393,10 @@ namespace brep
//
string configuration | c;
+ // Toolchain version. May not be url-encoded (see above).
+ //
+ string toolchain_version | t;
+
// Package rebuild reason. Must not be empty.
//
string reason;