Fixed label.
This commit is contained in:
parent
3d10add925
commit
e953d0f0c4
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ public class HebdobotCLI
|
||||||
message.append("Hebdobot version ").appendln(HEBDOBOT_VERSION);
|
message.append("Hebdobot version ").appendln(HEBDOBOT_VERSION);
|
||||||
message.appendln("Usage:");
|
message.appendln("Usage:");
|
||||||
message.appendln(" hebdobot [ -h | -help | --help ]");
|
message.appendln(" hebdobot [ -h | -help | --help ]");
|
||||||
message.appendln(" hebdobot [ -c configuration-file ]");
|
message.appendln(" hebdobot [ -c config-file ]");
|
||||||
|
|
||||||
System.out.println(message.toString());
|
System.out.println(message.toString());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue