Skip to content

Commit

Permalink
Clarify that --make paths are comma-separated
Browse files Browse the repository at this point in the history
  • Loading branch information
SOF3 authored Dec 12, 2021
1 parent 445253a commit a7267f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The script currently takes the following arguments:

| argument | required | description |
|:--------:|:--------:|:------------|
| `--make` | yes | The path(s) to the files you want to bundle into a phar |
| `--make` | yes | The comma-separated path(s) to the files you want to bundle into a phar |
| `--relative` | no | Make DevTools resolve paths relative to the given path. If not specified, defaults to the current working directory. |
| `--stub` | no | PHP file to use as a custom phar stub. The stub will be executed when the phar is run from the command line. |
| `--out` | yes | Path and filename of the output phar file. |
Expand Down

0 comments on commit a7267f6

Please sign in to comment.