fix(scripts): Add missing types to architecture-convert.sh usage (#2089)

Change-type: patch
This commit is contained in:
Andrew Scheller 2018-02-26 18:37:54 +00:00 committed by GitHub
parent 4e112dc98c
commit dcbe41bc40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ function usage() {
echo "Options"
echo ""
echo " -r <architecture>"
echo " -t <type (debian|redhat|node|docker)>"
echo " -t <type (debian|redhat|node|docker|electron-builder|appimage)>"
exit 1
}