Skip to content

Commit

Permalink
changes . to , in "new" help
Browse files Browse the repository at this point in the history
  • Loading branch information
blob1807 committed Jan 11, 2024
1 parent 7593bbc commit 360f022
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 @@ -11,7 +11,7 @@ Help:
Required:
help, h: Prints this help.
init, i: Creates project in current directory.
new. n <path>: Creates project in given directory.
new, n <path>: Creates project in given directory.
Optional:
file, f [main, ols, mod, readme, license, odinfmt, gitignore, all]:
Creates given files. Creates main, ols & readme when not used.
Expand Down
2 changes: 1 addition & 1 deletion main.odin
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Help:
Required:
help, h: Prints this help.
init, i: Creates project in current directory.
new. n <path>: Creates project in given directory.
new, n <path>: Creates project in given directory.
Optional:
file, f [main, ols, mod, readme, license, odinfmt, gitignore, all]:
Creates given files. Creates main, ols & readme when not used.
Expand Down

0 comments on commit 360f022

Please sign in to comment.