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

Show usage information on -h, --help #20

Closed
mcandre opened this issue Jun 23, 2016 · 2 comments
Closed

Show usage information on -h, --help #20

mcandre opened this issue Jun 23, 2016 · 2 comments

Comments

@mcandre
Copy link

mcandre commented Jun 23, 2016

Please show basic usage syntax on jsonlint -h and jsonlint --help

@shortdudey123
Copy link
Contributor

Looks like it already does

$ jsonlint --help
Usage: jsonlint [options] file1.json [file2.json ...]

Options:
  -v, --version    Print version and exit
  -h, --help       Show this message
$
$ jsonlint -h
Usage: jsonlint [options] file1.json [file2.json ...]

Options:
  -v, --version    Print version and exit
  -h, --help       Show this message
$ 

@mcandre
Copy link
Author

mcandre commented Sep 17, 2016

Closing, I was probably using an old version.

@mcandre mcandre closed this as completed Sep 17, 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