Skip to content

Commit d601b29

Browse files
committed
Remove input-file parameter from usage message
1 parent bf2ac28 commit d601b29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/java/org/glavo/nbt/internal/cli

src/main/java/org/glavo/nbt/internal/cli/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ private static String getVersion() throws IOException {
4848
}
4949

5050
private static void printUsage(PrintStream out) {
51-
out.println("Usage: hello-nbt [options] <input-file>");
51+
out.println("Usage: hello-nbt [options]");
5252
out.println("Options:");
5353
out.println(" -h, --help Show this help message and exit");
5454
out.println(" -v, --version Show version information and exit");

0 commit comments

Comments
 (0)