summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild/phpDocumentor.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/phpDocumentor.sh b/build/phpDocumentor.sh
index 286f4a24e79..fd8afba4641 100755
--- a/build/phpDocumentor.sh
+++ b/build/phpDocumentor.sh
@@ -4,4 +4,4 @@ wget https://phpdoc.org/phpDocumentor.phar
mkdir -p api/
-php phpDocumentor.phar -t "./api" -d "./lib/public" --title="Nextcloud PHP API ($BRANCH)"
+php phpDocumentor.phar --target=./api --directory=./lib/public --title="Nextcloud PHP API ($BRANCH)"