]> granicus.if.org Git - jq/commitdiff
Drop plus from "jq 1.5+" on download page
authorDavid Tolnay <dtolnay@gmail.com>
Sun, 26 Jul 2015 16:37:32 +0000 (09:37 -0700)
committerDavid Tolnay <dtolnay@gmail.com>
Sun, 26 Jul 2015 16:37:34 +0000 (09:37 -0700)
See https://github.com/stedolan/jq/issues/488#issuecomment-124998113

docs/content/2.download/default.yml

index 8ddf063ead0562a6bb8a4963e6ad634b30b41f4e..fc8e118237155fbf286c2124f5a308d5f133d201 100644 (file)
@@ -93,7 +93,7 @@ body:
       or [MacPorts](http://macports.org/).
 
       `flex` and `bison` are used to generate the lexer and parser for
-      jq. For jq 1.5+, neither is required if you use `./configure
+      jq. For jq 1.5, neither is required if you use `./configure
       --disable-maintainer-mode` instead of `./configure`. This flag says to use
       the pre-generated lexer and parser that come with the code.