Skip to content
This repository was archived by the owner on Jul 1, 2023. It is now read-only.

Commit 8bab076

Browse files
committed
Changed options order in help
1 parent 4c736e5 commit 8bab076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parallel-lint.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ function showOptions()
2323
-j <num> Run <num> jobs in parallel (default: 10).
2424
--no-colors Disable colors in console output.
2525
--json Output results as JSON string (require PHP 5.4).
26+
--blame Try to show git blame for row with error.\
2627
--git <git> Path to Git executable to show blame message (default: 'git').
2728
--stdin Load files and folder to test from standard input.
28-
--blame Try to show git blame for row with error.
2929
-h, --help Print this help.
3030
<?php
3131
}

0 commit comments

Comments
 (0)