Skip to content

Commit

Permalink
Merge pull request Seldaek#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 5e3c188 + 3b6dfc5 commit 88e9b98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/jsonlint
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 88e9b98

Please sign in to comment.