Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable choice of term ordering for REST #1930

Open
wants to merge 13 commits into
base: develop
Choose a base branch
from
Prev Previous commit
Next Next commit
Slightly improve help message
  • Loading branch information
zgrannan committed Feb 11, 2022
commit 2c262e415b703a328ce68724174306c8ba25b30c
2 changes: 1 addition & 1 deletion src/Language/Haskell/Liquid/UX/CmdLine.hs
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ config = cmdArgsMode $ Config {
&= name "rest-ordering"
&= help (unwords
[ "Ordering Constraints Algebra to use for REST."
, "Available options : rpo|kbo|lpo|fuelN (where N is some positive integer)"
, "Available options are rpo|kbo|lpo|fuelN (where N is some positive integer)."
, "rpo is the default option"
])
, pandocHtml
Expand Down