Build: Add missing ")" to string

This commit is contained in:
Mike Salvatore 2021-07-28 13:47:11 -04:00
parent 2e918fa263
commit b4d97d1ce7
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ echo_help() {
echo "--version A version number for the package." echo "--version A version number for the package."
echo " (Default: dev)" echo " (Default: dev)"
echo "" echo ""
echo "--package Which package to build (\"appimage\" or \"docker.\"" echo "--package Which package to build (\"appimage\" or \"docker.\")"
exit 0 exit 0
} }