Skip to content

Commit f9164a1

Browse files
Remove German "Die" and replace with english "the"
1 parent 9597d5f commit f9164a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cli/src/main/java/de/mirkosertic/bytecoder/cli/CompileJSCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public class CompileJSCommand implements Callable<Integer> {
4444
@ParentCommand
4545
CompileCommand parent;
4646

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

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

cli/src/main/java/de/mirkosertic/bytecoder/cli/CompileWasmCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public class CompileWasmCommand implements Callable<Integer> {
4444
@ParentCommand
4545
CompileCommand parent;
4646

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

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

0 commit comments

Comments
 (0)