Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

Commit 4993c52

Browse files
authored
Corrected usage message to indicate host is required
1 parent f95e725 commit 4993c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

InstallCert.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public static void main(String[] args) throws Exception {
6161
String p = (args.length == 1) ? "changeit" : args[1];
6262
passphrase = p.toCharArray();
6363
} else {
64-
System.out.println("Usage: java InstallCert [:port] [passphrase]");
64+
System.out.println("Usage: java InstallCert <host>[:port] [passphrase]");
6565
return;
6666
}
6767

0 commit comments

Comments
 (0)