Skip to content

Commit 0b32cea

Browse files
committed
Add 'typecheck' to the help message
1 parent 80381b3 commit 0b32cea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main.sml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ struct
2424
\ " ^ progName
2525
^
2626
" [subcommand] [options] file.sml\n\
27-
\Subcommand:\n\
27+
\Subcommands:\n\
2828
\ compile Compile a program.\n\
29+
\ typecheck Check a program.\n\
2930
\ help Show this message.\n\
3031
\ version Show version information.\n\
3132
\Options:\n\

0 commit comments

Comments
 (0)