This commit is contained in:
Tianon Gravi
2017-09-19 17:03:52 -07:00
parent cb622dfc3b
commit 511db0eb59
87 changed files with 87 additions and 87 deletions

View File

@ -38,7 +38,7 @@ usage() {
| xargs
echo
echo 'Some of the above modules are already compiled into PHP; please check'
echo 'the ouptut of "php -i" to see which modules are already loaded.'
echo 'the output of "php -i" to see which modules are already loaded.'
}
opts="$(getopt -o 'h?j:' --long 'help,jobs:' -- "$@" || { usage >&2 && false; })"