Skip to content

Commit 58811a2

Browse files
committed
fixed help message
1 parent 6784850 commit 58811a2

File tree

1 file changed

+3
-3
lines changed
  • dts-generator/src/main/java/com/telerik

1 file changed

+3
-3
lines changed

dts-generator/src/main/java/com/telerik/Main.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ private static void printHelpMessage() {
6767
helpMessage.appendln("usage: java -jar dts-generator.jar <flag> [<args>]");
6868
helpMessage.appendln("flags:\t\t");
6969
helpMessage.appendln("\t(Optional)");
70-
helpMessage.appendln("\t\t[-output <path>]:\t\tThe direcory the d.ts files will be generated in.");
71-
helpMessage.appendln("\t\t[-input]:\t\t\t\tThe input jars or class directories from which the d.ts files will be generated");
70+
helpMessage.appendln("\t\t[-output <path>]:\tThe direcory the d.ts files will be generated in.");
71+
helpMessage.appendln("\t\t[-input]:\t\tThe input jars or class directories from which the d.ts files will be generated");
7272
helpMessage.appendln("\t\t[-generate-multiple]:\tPass this flag if you want multiple d.ts files to be generated instead of one.");
73-
helpMessage.appendln("\t\t[-help]:\t\t\t\tPrints this help message.");
73+
helpMessage.appendln("\t\t[-help]:\t\tPrints this help message.");
7474

7575
System.out.println(helpMessage);
7676
}

0 commit comments

Comments
 (0)