Add command line option for code sign identity to help message

This commit is contained in:
Stephan Witt 2020-05-21 13:30:22 +02:00
parent 580057bef7
commit 544e5859d3

View File

@ -152,6 +152,7 @@ usage() {
echo " --with-build-path=PATH ....." default \${lyx-src-dir}/../lyx-build
echo " --with-dmg-location=PATH ..." default \${build-path}
echo " --with-binary-strip=yes ...." default no
echo " --codesign-identity=CSID ..." default is w/o CSID
echo
echo "All other arguments with -- are passed to configure"
echo "including the defaults: ${LyXConfigureOptions}"