Skip to content

Commit 9a1bab8

Browse files
committed
Fix usage short, long options in usage
1 parent 1740925 commit 9a1bab8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer-lock-diff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,8 +468,8 @@ function usage() {
468468
Usage: composer-lock-diff [options]
469469
470470
Options:
471-
-h --help Print this message
472-
--path, -p Base to with which to prefix paths. Default "./"
471+
-h, --help Print this message
472+
-p, --path Base to with which to prefix paths. Default "./"
473473
E.g. `-p app` would look for HEAD:app/composer.lock and app/composer.lock
474474
--from The file, git ref, or git ref with filename to compare from
475475
(git: HEAD:composer.lock, svn: composer.lock@BASE)

0 commit comments

Comments
 (0)