File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ isTypeInstanceDeclaration _ = False
215215inputFile :: Parser FilePath
216216inputFile = strArgument $
217217 metavar " FILE"
218- <> help " The input .ps file(s)"
218+ <> help " The input .purs file(s)"
219219
220220includeHeirarcy :: Parser Bool
221221includeHeirarcy = switch $
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ mkdirp = createDirectoryIfMissing True . takeDirectory
101101inputFile :: Parser FilePath
102102inputFile = strArgument $
103103 metavar " FILE"
104- <> help " The input .ps file(s)"
104+ <> help " The input .purs file(s)"
105105
106106outputDirectory :: Parser FilePath
107107outputDirectory = strOption $
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ useStdIn = switch $
147147inputFile :: Parser FilePath
148148inputFile = strArgument $
149149 metavar " FILE"
150- <> help " The input .ps file(s)"
150+ <> help " The input .purs file(s)"
151151
152152outputFile :: Parser (Maybe FilePath )
153153outputFile = optional . strOption $
@@ -159,7 +159,7 @@ externsFile :: Parser (Maybe FilePath)
159159externsFile = optional . strOption $
160160 short ' e'
161161 <> long " externs"
162- <> help " The output .e.ps file"
162+ <> help " The output .e.purs file"
163163
164164noPrefix :: Parser Bool
165165noPrefix = switch $
You can’t perform that action at this time.
0 commit comments