Skip to content

Commit

Permalink
Merge pull request #32 from DavidPrevot/help2man
Browse files Browse the repository at this point in the history
Make option output help2man-compatible
  • Loading branch information
Seldaek committed Nov 25, 2015
2 parents 66834d3 + 7c89bec commit 42ae79e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/jsonlint
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function showUsage()
echo 'Usage: jsonlint file [options]'.PHP_EOL;
echo PHP_EOL;
echo 'Options:'.PHP_EOL;
echo '-q, --quiet Cause jsonlint to be quiet when no errors are found'.PHP_EOL;
echo '-h, --help Show this message'.PHP_EOL;
echo ' -q, --quiet Cause jsonlint to be quiet when no errors are found'.PHP_EOL;
echo ' -h, --help Show this message'.PHP_EOL;
exit(0);
}

0 comments on commit 42ae79e

Please sign in to comment.