File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ for the many other options that can be explored for visualisation purposes.
6464```
6565Usage: 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
Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments