diff --git a/scripts/helpers/phpdoc-completion.sh b/scripts/helpers/phpdoc-completion.sh index ecef9d50ae..19bf30c199 100755 --- a/scripts/helpers/phpdoc-completion.sh +++ b/scripts/helpers/phpdoc-completion.sh @@ -12,20 +12,20 @@ _phpdoc() --srcdir= --basedir= --rootdir= - --enable-force-dom-save --enable-chm - --enable-howto - --with-lang= - --disable-segfault-error - --disable-segfault-speed + --enable-xml-details --disable-version-files + --disable-sources-file + --disable-history-file --disable-libxml-check --with-php= + --with-lang= --with-partial= - --generate= - --output= --disable-broken-file-listing - --redirect-stderr-to-stdout" + --disable-xpointer-reporting + --redirect-stderr-to-stdout + --output= + --generate=" if [[ ${cur} == -* ]] ; then COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) ) @@ -33,4 +33,4 @@ _phpdoc() fi } -complete -F _phpdoc phpdoc \ No newline at end of file +complete -F _phpdoc phpdoc