Skip to content

Commit c7746a6

Browse files
authored
Merge pull request #81 from vilmakoo/master
Fix cli help text
2 parents 03e788b + 128905f commit c7746a6

File tree

1 file changed

+1
-1
lines changed
  • tmc-langs-cli/src/main/java/fi/helsinki/cs/tmc/langs/cli

1 file changed

+1
-1
lines changed

tmc-langs-cli/src/main/java/fi/helsinki/cs/tmc/langs/cli/Main.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public final class Main {
5656
+ " Run checkstyle or similar plugin to project if applicable.\n"
5757
+ " help"
5858
+ " Display help information.\n"
59-
+ " prepare-solution --exercisePath --outputPath"
59+
+ " prepare-solutions --exercisePath --outputPath"
6060
+ " Prepare a presentable solution from the original.\n"
6161
+ " prepare-stubs --exercisePath -- outputPath"
6262
+ " Prepare a stub exercise from the original.\n"

0 commit comments

Comments
 (0)