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

Commit

Permalink
Corrected usage message to indicate host is required
Browse files Browse the repository at this point in the history
  • Loading branch information
escline authored Oct 6, 2016
1 parent f95e725 commit 4993c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion InstallCert.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public static void main(String[] args) throws Exception {
String p = (args.length == 1) ? "changeit" : args[1];
passphrase = p.toCharArray();
} else {
System.out.println("Usage: java InstallCert [:port] [passphrase]");
System.out.println("Usage: java InstallCert <host>[:port] [passphrase]");
return;
}

Expand Down

0 comments on commit 4993c52

Please sign in to comment.