Skip to content

Commit

Permalink
Merge branch 'main' of github.com:FPSG-UIUC/teaal-compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
nandeeka committed Aug 21, 2024
2 parents 91847c4 + 1a919d8 commit 856490e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teaal/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

# Make sure we are given exactly one argument
if len(sys.argv) != 2:
print("Usage: pipenv run python teaal [input file]")
print("Usage: python -m teaal [input file]")

# Translate
else:
Expand Down

0 comments on commit 856490e

Please sign in to comment.