Skip to content

Commit 382c058

Browse files
committed
Documentation: Fix main entrypoint option name
1 parent 250f97e commit 382c058

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ phpcc --version
3333

3434
```
3535
phpcc \
36-
-e <entrypoint> \
36+
-e <main> \
3737
-o <output> \
3838
[-d dir [-d dir ...]] \
3939
[-f file [-f file ...]] \
@@ -47,7 +47,7 @@ phpcc \
4747
Name / Shorthand | Type | Description |Required
4848
--------------------|:-----:|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-------:
4949
`--output`, `-o` | value | The Phar archive output file |y
50-
`--entrypoint`, `-e`| value | The main application entrypoint script |y
50+
`--main`, `-e` | value | The main application entrypoint script |y
5151
`--banner`, `-b` | value | Specify the filepath to the legal notice banner<br/>_Will be included in the human-readable part of the stub._ |n
5252
`--file`, `-f` | multi | Adds a single file to the archive |n
5353
`--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

0 commit comments

Comments
 (0)