Skip to content

Commit 128905f

Browse files
committed
Fix cli help text
1 parent 03e788b commit 128905f

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

Lines changed: 1 addition & 1 deletion
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)