diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-15 18:57:50 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-15 18:57:50 +0200 |
commit | 3f2d4f871d9f097f7d6d0eb874e101e66bd8bc4e (patch) | |
tree | d608cd6888064016084c2dd1b1be8c3825d5ac47 | |
parent | f6ccdbbf696790eccf6a3266134a0efd252d616f (diff) |
Add clarifying comment
-rwxr-xr-x | version | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +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- # build2_min=0.1.0 # No max, always >=. |