diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-15 19:04:12 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-15 19:04:12 +0200 |
commit | a5139843737d28a861872425c36416d011cbd4c1 (patch) | |
tree | a9d14f660f6a3486ea8aeab98dc83a90ec3bf495 /version | |
parent | 3f2d4f871d9f097f7d6d0eb874e101e66bd8bc4e (diff) |
Improve clarifying comment
Diffstat (limited to 'version')
-rwxr-xr-x | version | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ usage="usage: $0 [<module>...]" # * min/max are [min, max) # if min == max, then '== min' is assumed # if max is unspecified, then '>= min' is assumed -# only max can be 1.2.3- +# currently, max can only be 1.2.3- (#if-conditions will need adjustment) # build2_min=0.1.0 # No max, always >=. |