rename --by-extensions to --for-extensions

--without-suggests to --without-suggestions
This commit is contained in:
DubbleClick
2023-10-29 00:48:30 +02:00
committed by Jerry Ma
parent 98f32ae0f0
commit 86ce7e9d25
4 changed files with 12 additions and 12 deletions

View File

@@ -137,7 +137,7 @@ Basic usage for building php and micro with some extensions:
# fetch all libraries
./bin/spc download --all
# only fetch necessary sources by needed extensions
./bin/spc download --by-extensions=openssl,pcntl,mbstring,pdo_sqlite
./bin/spc download --for-extensions=openssl,pcntl,mbstring,pdo_sqlite
# with bcmath,openssl,tokenizer,sqlite3,pdo_sqlite,ftp,curl extension, build both CLI and phpmicro SAPI
./bin/spc build bcmath,openssl,tokenizer,sqlite3,pdo_sqlite,ftp,curl --build-cli --build-micro
```