Skip to content

Commit 1b968eb

Browse files
committed
update flags
1 parent 70c8806 commit 1b968eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ for the many other options that can be explored for visualisation purposes.
6464
```
6565
Usage: fortran-src [OPTION...] <file>
6666
--version show fortran-src version
67-
-v VERSION, -F VERSION --fortranVersion=VERSION Fortran version to use, format: Fortran[66/77/77Legacy/77Extended/90/2003]
67+
-v VERSION, -F VERSION --fortranVersion=VERSION Fortran version to use, format: Fortran[66/77/77Legacy/77Extended/90/90Legacy/2003]
6868
-a ACTION --action=ACTION choose the action, possible values: lex|parse
6969
-t --typecheck parse and run typechecker
7070
-R --rename parse and rename variables

app/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ options =
348348
, Option ['v','F']
349349
["fortranVersion"]
350350
(ReqArg (\v opts -> opts { fortranVersion = selectFortranVersion v }) "VERSION")
351-
"Fortran version to use, format: Fortran[66/77/77Legacy/77Extended/90/2003]"
351+
"Fortran version to use, format: Fortran[66/77/77Legacy/77Extended/90/90Legacy/2003]"
352352
, Option ['a']
353353
["action"]
354354
(ReqArg (\a opts -> opts { action = read a }) "ACTION")

0 commit comments

Comments
 (0)