mirror of
https://github.com/docker-library/php.git
synced 2025-08-02 23:35:01 +00:00
Fix "ouptut" typo from https://github.com/docker-library/php/pull/497
This commit is contained in:
@ -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; })"
|
||||
|
Reference in New Issue
Block a user