Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command line help should indicate that hostname is required #3

Closed
cowwoc opened this issue Oct 5, 2016 · 1 comment
Closed

Command line help should indicate that hostname is required #3

cowwoc opened this issue Oct 5, 2016 · 1 comment

Comments

@cowwoc
Copy link

cowwoc commented Oct 5, 2016

https://github.com/escline/InstallCert/blob/master/InstallCert.java#L64 returns:

Usage: java InstallCert [:port] [passphrase]

notice how hostname is missing. Please update this line to:

Usage: java InstallCert <host>[:port] [passphrase]

or something along those lines, indicating that the hostname is required.

@cowwoc cowwoc changed the title Command line help is misleading Command line help should indicate that hostname is required Oct 5, 2016
@escline
Copy link
Owner

escline commented Oct 6, 2016

Fixed! Thanks

@escline escline closed this as completed Oct 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants