We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 382298b commit 36ed84eCopy full SHA for 36ed84e
hs-src/Interpreter/egison.hs
@@ -221,7 +221,7 @@ printHelp = do
221
putStrLn ""
222
putStrLn "Options to change input or output format:"
223
putStrLn " --tsv, -T Input and output in tsv format"
224
- putStrLn " --field, -F int Specify a field type of input tsv"
+ putStrLn " --field, -F field Specify a field type of input tsv"
225
putStrLn " --math, -M (asciimath|latex|mathematica)"
226
putStrLn " Output in AsciiMath, LaTeX, or Mathematica format (only for interpreter)"
227
exitWith ExitSuccess
0 commit comments