Fixed label.

This commit is contained in:
Christian P. MOMON 2018-01-07 03:10:35 +01:00
parent 3d10add925
commit e953d0f0c4
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ public class HebdobotCLI
message.append("Hebdobot version ").appendln(HEBDOBOT_VERSION);
message.appendln("Usage:");
message.appendln(" hebdobot [ -h | -help | --help ]");
message.appendln(" hebdobot [ -c configuration-file ]");
message.appendln(" hebdobot [ -c config-file ]");
System.out.println(message.toString());
}