Add --skip-jars to daml-sdk-head help text (#2686)

This commit is contained in:
Martin Huschenbett 2019-08-28 15:01:23 +02:00 committed by mergify[bot]
parent 596058ac3f
commit f85190abe7

View File

@ -36,6 +36,7 @@ for opt in "$@" ; do
echo "Available options:"
echo " --nuke Remove existing daml installation before installing daml-head."
echo " --profiling Build Haskell executables with profiling enabled."
echo " --skip-jars Skip building and installing the JARs."
exit 1
esac
done