Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-soft committed Dec 16, 2023
1 parent 6409a53 commit 6a72178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/lcui.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ program

program
.command("compile")
.description("Compile resource files into C soruce files")
.description("Compile resource files into C source files")
.argument("<filePath>", "File or directory")
.option("--verbose", "More detailed log output")
.action(wrapAction(compile));
Expand Down

0 comments on commit 6a72178

Please sign in to comment.