diff --git a/build-scripts/install-dependencies b/build-scripts/install-dependencies index 1d6558463..8d8f4ea82 100755 --- a/build-scripts/install-dependencies +++ b/build-scripts/install-dependencies @@ -17,7 +17,7 @@ # The script can be run as described in the usage message below: usage() { - echo "Usage: PROJECT=[nova|community] EXPLICIT_ROLE=[hub|agent] BUILD_TYPE=[DEBUG|RELEASE] $0" + echo "Usage: PROJECT=[nova|community] EXPLICIT_ROLE=[hub|agent] BUILD_TYPE=[DEBUG|RELEASE] $0" } . "$(dirname "$0")"/functions