Skip to content

Commit 36ed84e

Browse files
committed
change help
1 parent 382298b commit 36ed84e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hs-src/Interpreter/egison.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ printHelp = do
221221
putStrLn ""
222222
putStrLn "Options to change input or output format:"
223223
putStrLn " --tsv, -T Input and output in tsv format"
224-
putStrLn " --field, -F int Specify a field type of input tsv"
224+
putStrLn " --field, -F field Specify a field type of input tsv"
225225
putStrLn " --math, -M (asciimath|latex|mathematica)"
226226
putStrLn " Output in AsciiMath, LaTeX, or Mathematica format (only for interpreter)"
227227
exitWith ExitSuccess

0 commit comments

Comments
 (0)