Skip to content

Commit a63792a

Browse files
committed
Update parallel-lint.php
1 parent c77c61c commit a63792a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

parallel-lint.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function showOptions()
2929
PHP Parallel Lint version 0.1
3030
---------------------------
3131
Usage:
32-
php run.php [options] [files or directories separated by space]
32+
parallel-lint [options] [files or directories separated by space]
3333
<?php
3434
showOptions();
3535
exit;
@@ -49,4 +49,4 @@ function showOptions()
4949
} catch (Exception $e) {
5050
echo $e->getMessage(), PHP_EOL;
5151
die(FAILED);
52-
}
52+
}

0 commit comments

Comments
 (0)