Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
Rico040 committed Jul 12, 2024
1 parent b4fc030 commit e3383f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ nimhw [options] inputfile
Options:
--help -h prints this message
--eval -e:code evaluates code
-c compiles code
-c compiles code
```
2 changes: 1 addition & 1 deletion src/nimhw.nim
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Usage: nimhw [options] inputfile
Options:
--help -h prints this message
--eval -e:code evaluates code
-c compiles code
-c compiles code
"""

proc writeHelp() =
Expand Down

0 comments on commit e3383f3

Please sign in to comment.