Skip to content

Commit

Permalink
Typo in PrintUsage
Browse files Browse the repository at this point in the history
  • Loading branch information
LensPlaysGames committed Jan 2, 2022
1 parent 144beb9 commit b2d5caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Corth.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ namespace Corth {
printf(" %s\n", "-ao, --assembler-options | Command line arguments called with assembler");
printf(" %s\n", "-lo, --linker-options | Command line arguments called with linker");
printf(" %s\n", "-add-ao, --add-asm-opt | Append a command line argument to assembler options");
printf(" %s\n", "-add-lo, --add-link-opt | Append a command line argument to assembler options");
printf(" %s\n", "-add-lo, --add-link-opt | Append a command line argument to linker options");
}

void DoLog(std::string msg, std::string prefix = "[LOG]", std::string suffix = "\n") {
Expand Down

0 comments on commit b2d5caa

Please sign in to comment.