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