Skip to content

Commit

Permalink
Remove German "Die" and replace with english "the"
Browse files Browse the repository at this point in the history
  • Loading branch information
NoonRightsWarriorBehindHovering authored and mirkosertic committed May 17, 2023
1 parent 9597d5f commit f9164a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class CompileJSCommand implements Callable<Integer> {
@ParentCommand
CompileCommand parent;

@Option(names = "-classpath", required = true, description = "Die Directory containing the JVM class files to be compiled.")
@Option(names = "-classpath", required = true, description = "The directory containing the JVM class files to be compiled.")
protected String classpath;

@Option(names = "-mainclass", required = true, description = "Name of the class that contains the main() method")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class CompileWasmCommand implements Callable<Integer> {
@ParentCommand
CompileCommand parent;

@Option(names = "-classpath", required = true, description = "Die Directory containing the JVM class files to be compiled.")
@Option(names = "-classpath", required = true, description = "The directory containing the JVM class files to be compiled.")
protected String classpath;

@Option(names = "-mainclass", required = true, description = "Name of the class that contains the main() method")
Expand Down

0 comments on commit f9164a1

Please sign in to comment.