GUACAMOLE-682: added parameter documentation

This commit is contained in:
Joern Lentes
2018-12-23 22:09:55 +01:00
parent 516dbfd5c7
commit 5fb537b707

View File

@@ -38,6 +38,11 @@
## subdirectories within this directory, and files will thus be grouped by ## subdirectories within this directory, and files will thus be grouped by
## extension type. ## extension type.
## ##
## @param BUILD_PROFILE
## The build profile that will be passed to Maven build process. Defaults
## to empty string. Can be set to "lgpl-extensions" to e.g. include
## RADIUS authentication extension.
##
BUILD_DIR="$1" BUILD_DIR="$1"
DESTINATION="$2" DESTINATION="$2"