Skip to content

Commit

Permalink
Documentation: Fix main entrypoint option name
Browse files Browse the repository at this point in the history
  • Loading branch information
yannoff committed Mar 9, 2024
1 parent 250f97e commit 382c058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ phpcc --version

```
phpcc \
-e <entrypoint> \
-e <main> \
-o <output> \
[-d dir [-d dir ...]] \
[-f file [-f file ...]] \
Expand All @@ -47,7 +47,7 @@ phpcc \
Name / Shorthand | Type | Description |Required
--------------------|:-----:|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-------:
`--output`, `-o` | value | The Phar archive output file |y
`--entrypoint`, `-e`| value | The main application entrypoint script |y
`--main`, `-e` | value | The main application entrypoint script |y
`--banner`, `-b` | value | Specify the filepath to the legal notice banner<br/>_Will be included in the human-readable part of the stub._ |n
`--file`, `-f` | multi | Adds a single file to the archive |n
`--dir`, `-d` | multi | Adds a sources directory to the archive<br/>_Possible dir spec formats:<br/>- `$dir` => include all files in directory<br/>- `$dir:$extension` => filter files on a specific extension_ |n
Expand Down

0 comments on commit 382c058

Please sign in to comment.